git的版本和本地版本衝突的解決方法

[master][~/Downloads/ios] git push -u origin masterios


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.git

引用別人出現的錯誤信息,是由於readme文件和本地版本衝突:github

解決防範有調用以下命令:git push -u origin master -f spa

相關文章
相關標籤/搜索