gzfzdeMacBook-Air:xianqiao gzfz$ git push origin master
To https://git.oschina.net/guijildl/xianqiao.git
! [rejected] master -> master (fetch first)
error: failed to push some refs to 'https://git.oschina.net/guijildl/xianqiao.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.
To https://git.oschina.net/guijildl/xianqiao.git
! [rejected] master -> master (fetch first)
error: failed to push some refs to 'https://git.oschina.net/guijildl/xianqiao.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 push origin master -f
解决Git推送到远程仓库失败
本文介绍了一种常见的情况,即使用Git推送更改到远程仓库时遇到拒绝更新的问题,并提供了一个快速解决方案来帮助开发者成功推送他们的代码。
3507

被折叠的 条评论
为什么被折叠?



