본문 바로가기
Error & Fix

GIT Exception caught during execution of merge command 에러 해결방법

by wakestand 2021. 2. 23.
반응형

Exception caught during execution of merge command. org.eclipse.jgit.errors.MissingObjectException: Missing commit 

 

깃 사용 중 위와 같은 에러가 발생했는데

찾아보니 .git 쪽에서 파일이 꼬여서

commit도 pull도 merge도 아무것도 할 수 없게 되는데

 

해결방법은 해당 branch 우클릭 후 reset을 눌러주고

방식은 mixed로 선택한 뒤 reset시킨다

 

이후에는 정상적으로 commit, pull이 가능하지만이래도 안된다면 해당 git repository 연결을 삭제하거나프로젝트명\.git 경로를 날려준 뒤

 

Git Repository 탭을 누른 후 왼쪽 상단 버튼에서Clone a git repository and add the clone to this view 클릭 후삭제한 Git을 다시 추가해주면 해결된다

반응형

댓글