git上傳文件被拒絕

出現的錯誤

! [rejected] master -> master (fetch first)
error: failed to push some refs to ‘https://github.com/Zhang-Yiming1/DS.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.

解決的指令

git pull --rebase origin master

之後再

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