본문 바로가기
💻CODING/etc.

[git] You have not concluded your merge (MERGE_HEAD exists)

by 코딩하는 갓디노 2022. 6. 21.

[git] You have not concluded your merge (MERGE_HEAD exists)

 

git pull 후 에러메시지

error: You have not concluded your merge (MERGE_HEAD exists).

 

 

해결방법

merge 취소

git merge --abort

 

commit

git status
git commit -m "커밋 내용"

 

git pull

git pull origin master
반응형

댓글