1.输入
git pull
失败
2.输入
git branch
得到自己所在分支为master
3.输入
git reset --hard origin/master
这里的master对应上面得到的分支
输入
4.输入