美文网首页
git merge发生冲突

git merge发生冲突

作者: wj_39ed | 来源:发表于2020-09-11 17:31 被阅读0次

[AutoMatic merge failed;fix conflicts and then commit the result.解决方法]

git merge 报错

按提示查看冲突文件,

<<<<<<<< HEAD

         你写的代码

===============

          别人写的代码

>>>>>>>>>>>>>>> sdhqd128dqwenasjdq

按需修改,并把冲突符删掉
然后重新

git add -A
git commit -m 
git merge

这次报错其实是idea 的缓存文件,直接放到git ignore 里面就行

相关文章

网友评论

      本文标题:git merge发生冲突

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