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.

When i want to make git pull command i get this error

First, rewinding head to replay your work on top of it...
Applying: ##############
Using index info to reconstruct a base tree...
Falling back to patching base and 3-way merge...
Auto-merging ###########################################################
Auto packing the repository for optimum performance. You may also
run "git gc" manually. See "git help gc" for more information.Counting objects: 424Counting objects: 400044, done.
Delta compression using up to 2 threads.
error: bad packed object CRC for 8c8d830d2c75cd81d868554cb4802d355813f757
error: failed to read object 8c8d830d2c75cd81d868554cb4802d355813f757 at offset 1914590108 from .git/objects/pack/pack-839fd92efa322363d3788f36683582241b141373.pack
fatal: packed object 8c8d830d2c75cd81d868554cb4802d355813f757 (stored in .git/objects/pack/pack-839fd92efa322363d3788f36683582241b141373.pack) is corrupt
error: failed to run repack

I found some kind of solution here, but i couldn't understand how do it. Please help with this issue.

share|improve this question
Did you run git pull --rebase? It's odd that you would see the rewinding head message otherwise. Please show us the exact command that was run. – Andrew Myers Nov 29 '12 at 15:44

closed as off topic by Matteo, djechlin, Linger, Justin Satyr, Buggabill Nov 29 '12 at 17:00

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.