You have not concluded your merge (MERGE_HEAD exists). Please, commit your changes before you can me
566 단어 프로젝트 * 버 전 * 관리 * 서버
박문 오리지널, 전재 출처 를 밝 혀 주 십시오.
전자 커피. - 모 바 일 인터넷 에 집중.
============================================================
You have not concluded your merge (MERGE_HEAD exists). Please, commit your changes before you can merge.
1) Undo the merge and pull again.
To undo a merge:
git merge --abort [Since git version 1.7.4]
git reset --merge [prior git versions]
2) Resolve the conflict.
3) Don’t forget to add and commit the merge.
4) git pull now should work fine.