解决因为本 $ git add readme.txt $ git commit -m "conflict fixed" [master 59bc1cb] conflict fixed 地代码和远程代码冲突,导致git pull无法拉取远程代码的问题 Your branch is ahead of 'origin/master' by 2 commits. Unmerged paths: (use "git add/rm ..." as appropriate to mark resolution) 一$ git add readme.txt $ git commit -m "conflict fixed" [master 59bc1cb] conflict fixed工作,暂时不去理会,然后继续在你储藏工作的分支上工作,你