[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 里面就行
网友评论