美文网首页
You have not concluded your merg

You have not concluded your merg

作者: 哈哈111 | 来源:发表于2016-10-18 09:44 被阅读0次

You have not concluded your merge (MERGE_HEAD exists). Please, commit your changes before you can merge.

报错原因

上一次pull的代码有冲突自动合并失败,在下一次pull之前你没有很好的解决这个冲突

解决方案

1、撤销这次合并

git merge --abort
git reset --merge```
2、解决冲突
3、`git add`和`git commit`
4、 这时候`git pull`应该就可以使用了

相关文章

网友评论

      本文标题:You have not concluded your merg

      本文链接:https://www.haomeiwen.com/subject/vfnzyttx.html