0

I have stuck on getting the following error.

error: unable to find c52abdb1a42b8ed7b026d87e4a5881a396d96fc7 fatal: object c52abdb1a42b8ed7b026d87e4a5881a396d96fc7 not found 

It have occur by pushing from my local repository with

git push origin master 

and the error were prompted on the remote repository after pulling with

git pull 

How such errors are resolved?

Note: Both local and remote repos. are on Linux.

Cheers!

2
  • 1
    what is original? did you mean git push origin master? Commented Dec 5, 2012 at 9:44
  • yes, it's a typo sorry, I've fixed it Commented Dec 5, 2012 at 9:44

1 Answer 1

2

I am not sure how this error's generated. Yet I resolved it by executing the following command at the client who cause the error.

git revert HEAD 

afterward a fresh commit where pushed to the remote repository by the same client.

Cheers!

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.