git pull后出现无法自动merge的冲突

此时需要手动打开文件进行修改

修改完成后

git add file
git commit -m "new"
git push
文章目录