git pull异常主要是本地与远程仓库内容不一致
git stash
git pull
git pull origin master
git stash pop
Git pull相关问题
原文:https://www.cnblogs.com/wangxiaobei2019/p/13070466.html