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.
git pull --rebase? It's odd that you would see therewinding headmessage otherwise. Please show us the exact command that was run. – Andrew Myers Nov 29 '12 at 15:44