强制更新本地代码:

git fetch --all 

git reset --hard origin/master

git pull

或者:

git fetch --all &&  git reset --hard origin/master && git pull