##先把远程仓库代码取到本地 git fetch --all ##强制更新到最新代码 git reset --hard [origin]/[master]git merge --abortgit reset --mergegit pull