当前位置:   article > 正文

hint: Updates were rejected because the tip of your current branch is behind(github上的版本和本地版本冲突的解决方法)

hint: updates were rejected because the tip of your current branch is behind

勾选强制覆盖已有的分支(可能会丢失改动),再点击上传,上传成功。

然后用这个

git push -u origin master -f 
  • 1

强制覆盖已有的分支 解决!

也可以参考下面这个:

强制覆盖不可取!先pull远程仓库,再push即可

git pull origin master --allow-unrelated-histories
  • 1

(该选项可以合并两个独立启动仓库的历史)

 git push -u origin master
  • 1
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小惠珠哦/article/detail/987740
推荐阅读
相关标签
  

闽ICP备14008679号