1、先在個人github上建立乙個**創庫(new repository),eg:建立乙個jdbcconnection
2、進入需要上傳的**目錄,進行初始化上傳包括(git init、git add . ,git commit -m "")
3、進行上傳(git push -u origin master)
4、進入github相應目錄進行**檢視,就能夠查到上傳相對應的**
以上大體步驟是這樣,github上個人申請空間比較小,如企業**需要在github上進行管理,則需要購買空間及進行安全管控.
windows上傳檔案到windows
description 從本地上傳檔案到共享目錄 param param localfilename 本地檔名 public static void smbput string localfilename catch exception e finally catch ioexception e d...
windows 下 git專案上傳
windows使用者首先得安裝git客戶端,這個網上有很多,就不贅述了,安裝完後會出現gitbash 開啟gitbash終端,輸入 git config global user.name 賬號 git config global user.email 郵箱 然後進入到專案件夾下 git init g...
git 上傳專案到github
1 error src refspec master does not match any 這個問題,我之前也遇到過,這次又遇到了只是時間間隔比較長了,為了防止以後再遇到類似問題,還是把這個方法簡單記錄在此。當然,是通過搜尋引擎找到的答案,開始用谷歌,我以為stackoverflow會很權威的,結果...