造成这个问题的原因是:
没有拉去代码。
解决办法:保留本地的更改,中止合并->重新合并->重新拉取

git merge --abort   //中止合并
git reset --merge   //撤销合并
git pull            //拉去代码

相关文章: