git 本地庫推送遠程庫 版本沖突的解決方法


參考: http://blog.csdn.net/shiren1118/article/details/7761203

github上的版本和本地版本沖突的解決方法

$ git push XXX master
把本地master分支的最新修改推送至遠程庫XXX

 

Username for 'https://github.com': shiren1118
Password for 'https://shiren1118@github.com': 
To https://github.com/shiren1118/iOS_code_agile.git
 ! [rejected]        master -> master (non-fast-forward)
error: failed to push some refs to 'https://github.com/shiren1118/iOS_code_agile.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Merge the remote changes (e.g. 'git pull')
hint: before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.

勾選強制覆蓋已有的分支(可能會丟失改動),再點擊上傳,上傳成功。 

[master][~/Downloads/ios] $ git push XXX master -f 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM