I am getting this error Exception caught during execution of merge command. org.eclipse.jgit.errors.MissingObjectException: Missing unknown d695171025c312b964e49bb2fb05e81a2e38dde2 on Eclipse when i am trying to pull. How to solve this? I am suffering 3 days.
Asked
Active
Viewed 1.1k times
8
-
Looks like your .git folder is corrupted. It is missing the object with hash d695. Can you check your .git folder for this hash? – Prasanna Oct 14 '20 at 07:41
-
There is no suck object in git folder. – john2994 Oct 14 '20 at 08:59
-
You can follow steps in this link, https://stackoverflow.com/questions/18678853/how-to-fix-corrupted-git-repository to fix your repo – Prasanna Oct 14 '20 at 09:01
2 Answers
0
Doing a fetch then hard reset didn't work for me.
I backed up the project, blew it away completely, restarted eclipse, made sure it was gone, restarted eclipse again (because it wasn't gone), cloned it, switched to the branch, did a diff/merge between the two folder structures (backup vs. new clone), then was able to check in my changes.

JoshDM
- 4,939
- 7
- 43
- 72