반응형
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을 다시 추가해주면 해결된다
반응형
'Error & Fix' 카테고리의 다른 글
MySQL server has gone away 에러 해결방법 (0) | 2021.03.04 |
---|---|
Port '8080' already in use 해결방법 (0) | 2021.03.04 |
MySQL Communications link failure 에러 해결방법 (0) | 2021.02.19 |
STS GC overhead limit exceeded 해결방법 (0) | 2021.02.19 |
MySQL Invalid use of group function 에러 해결방법 (0) | 2021.02.08 |
댓글