본문 바로가기

MORE ABOUT/git

[git 오류 일기] Error: Pulling is not possible because you have unmerged files

git push 과정에서 오류가 발생했다.

내가 github에서 readme 파일을 바로 수정해버려서 (verified) pull/fetch 하고 push를 진행해야 했음

근데 pull 하는 과정에서 이런 오류가 생긴 것이다

 

강제 push 너무 하고 싶네...

Error: Pulling is not possible because you have unmerged files

일단 뭔가 충돌이 생겨버렸다

-> local이랑 원격에 있는 동일 파일이 local에서는 merge가 안되었기 때문

 

그래서  git status 로 modified 확인한 다음에 add 후 commit을 했다

 

그러면 push 성공함