码迷,mamicode.com
首页 > 其他好文 > 详细

解决git push出现error: failed to push some refs to 错误

时间:2020-01-28 19:00:59      阅读:47      评论:0      收藏:0      [点我收藏+]

标签:ref   它的   项目   页面   nbsp   origin   src   分支   inf   

错误截图

技术图片

 

背景

  1. 码云上创建了空项目
  2. 本地项目绑定了远程仓库,尝试git push,然后报了错

 

解决办法

使用强制命令git pull origin master --allow-unrelated-historie 

后面加上  --allow-unrelated-histories , 把两段不相干的分支进行强行合;这里可能会进入一个编辑页面,只需要先ESC,然后敲 q! 即可, 或者根据它的页面提示如何操作可退出编辑页面即可

最后再push就可以了 git push -u origin master 

 

解决git push出现error: failed to push some refs to 错误

标签:ref   它的   项目   页面   nbsp   origin   src   分支   inf   

原文地址:https://www.cnblogs.com/poloyy/p/12238452.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!