当前位置:   article > 正文

解决Git报错:error: You have not concluded your merge (MERGE_HEAD exists)._git you have not concluded your merge

git you have not concluded your merge

解决方法一:保留本地的更改,中止合并->重新合并->重新拉取

1.git merge --abort
2.git reset --merge
3.git pull

方法二:解决办法二:舍弃本地代码,远端版本覆盖本地版本(慎重)

1.git fetch --all //重新拉取
2.git reset --hard origin/master //git reset --hard将master回退至origin/master,并忽略所有新提交
3.git fetch

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

闽ICP备14008679号