Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Due to heavy power cuts, my computer was getting powered off every now and then. Now when I try ti give a git status command in one of the repositories, I get an error:

fatal: failed to read object bbf5a710cc9d8ad557355f43fafb6ec4652370da: Invalid argument

I search for this issue, but all my attempts failed. Can anybody help me, as I need to submit this project by this weekend :(

share|improve this question
1  
Try this answer to a similar question: stackoverflow.com/a/8616352/390522 – thameera Jul 17 '12 at 17:58
Do you have a remote repository as well? – YuriAlbuquerque Jul 17 '12 at 18:50
no i did not push it to a remote repo :( – swaroopsm Jul 18 '12 at 4:09

1 Answer

I finally resolved it. I just added the remote origin and pushed it ti to a remote repo(bitbucket) and I did a git clone, everything was fine then. :) Thanks for the reply..

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.