一、執行ssh -t
ssh -t [email protected]
執行這條語句遇到的問題are you sure you want to continue connecting (yes/no)? 這個地方記得寫上yes,而不是回車the authenticity of host 『github.com (192.30.255.113)『 can『t be established.
二、執行git add
git add .
出現的錯誤是,自己忘了把 「.」寫上,需要寫上對應的目錄記得把指定的目錄的名稱寫上
三、執行git commit
git commit -m "first commit"
執行時出現的提示因為倉庫裡面是空的, 需要把指定的專案放到這個倉庫下on branch master
initial commit
nothing to commit (create/copy files and use 「git add」 to track)
git遇到的問題
error 無法推送一些引用到 note about fast forwards 小節。解決方案1 git pull origin master 先把遠端伺服器github上面的檔案拉下來,再push 上去。解決方案2 git push u origin master 2.git remote ad...
git遇到的問題
解決方案是 401沒許可權。是在gitstack下給專案新增使用者。先建立乙個新分支提交 git branch newbranch 檢查這條分支 git branch 這時終端會 newbranch master 這時切換到工作分支 git checkout newbranch 然後將帶動的提交 g...
git遇到的問題
error 無法推送一些引用到 note about fast forwards 小節。解決方案1 git pull origin master 先把遠端伺服器github上面的檔案拉下來,再push 上去。解決方案2 git push u origin master 2.git remote ad...