1.idea登入github賬號
settings -> version controller -> github 使用者名稱密碼登入 或token登入都可以
專案在github就發布成功
3.拉取github 待定
登入idea的github賬號
配置git安裝路徑
檢出專案,file -> new -> project from version controller -> git
或剛開啟的視窗選擇check out from version controller
4.刪除github專案repository
git上傳專案
開啟github create a new repositry,填寫repository name,然後create repository 開啟你要提交的專案的目錄,開啟終端 git init初始化空的git倉庫 git add git commit m recyclerview 在引號裡面是注釋部...
Git上傳專案
好了,我們本地git倉庫這邊的工作做完了,下面就到了連線遠端倉庫 也就是連線github ssh keygen t rsa c youremail example.com git remote add origin test2.git git push u origin master git pus...
github上傳專案
echo office automation script readme.md git init 在專案根目錄執行init git add readme.md git commit m first commit git remote add origin git push u origin mast...