美文网首页
Git Pull Failed

Git Pull Failed

作者: Aklan | 来源:发表于2018-08-21 14:34 被阅读0次
Git Pull Failed
            You have not concluded your merge (MERGE_HEAD exists).
            Exiting because of unfinished merge.

自动合并失败

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

git merge --abort
git reset --merge

然后重新拉取代码

相关文章

网友评论

      本文标题:Git Pull Failed

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