新建項目提交不上去

! [rejected] master -> master (fetch first) error: failed to push some refs to '[email protected]

上傳到碼雲的時候,報了這個錯誤

! [rejected] master -> master (fetch first) error: failed to push some refs to '[email protected]:york1/FuJingZuiXinDaiMa.git' hint: Updates were rejected because the remote contains work that you do hint: not have locally. This is usually caused by another repository pushing hint: to the same ref. You may want to first integrate the remote changes hint: (e.g., 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details.

出現這個問題是因爲github中的README.md文件不在本地代碼目錄中,可以通過如下命令進行代碼合併(創建時把readme文件給重置了導致的)

首先

git pull --rebase origin master

git push origin master

便可成功

git push origin HEAD:develop

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章