You have not concluded your merg

2016-10-18  本文已影响0人  哈哈111

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`应该就可以使用了
上一篇 下一篇

猜你喜欢

热点阅读