You have not concluded your merge (MERGE_HEAD exists). Please, commit your changes before you can merge.
報(bào)錯(cuò)原因
上一次pull的代碼有沖突自動(dòng)合并失敗,在下一次pull之前你沒有很好的解決這個(gè)沖突
解決方案
1谅海、撤銷這次合并
git merge --abort
git reset --merge```
2形娇、解決沖突
3碰酝、`git add`和`git commit`
4、 這時(shí)候`git pull`應(yīng)該就可以使用了