[git] Git:Committing is not possible because you have unmerged files.

sunny·2020년 12월 29일
1
post-thumbnail

문제상황

repo url 변경 후 pull받은 후 commit하려고 하니 다음과 같은 에러창이 뜨면서 commit이 안되는 현상 발생

-> conflict 해결해도 commit 안됨..

원인

로컬이랑 원격에 같은 파일이 있는데 그 로컬에서 아직 merge가 되지 않았다고 인식했기 때문

해결

git commit -am '커밋메시지'

그 후 다시 push하니까 잘됨!

profile
blog 👉🏻 https://kimnamsun.github.io/

0개의 댓글