Git错误:Pull is not possible because you have unmerged files解决方法

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/zhanghanlun/article/details/79654368

1.在git的使用过程中突然报错

Pull is not possible because you have unmerged files.
Please, fix them up in the work tree, and then use 'git add/rm <file>'
as appropriate to mark resolution, or use 'git commit -a'.

2.git命令

git reset --hard FETCH_HEAD

然后

git pull

猜你喜欢

转载自blog.csdn.net/zhanghanlun/article/details/79654368