How to solve this, Exception caught during execution of merge command. org.eclipse.jgit.errors.MissingObjectException:

Viewed 7402

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.

Exception

1 Answers

I fixed this by running

git fetch && git reset --hard
Related