Andy Parkins [off-list ref] wrote:
$ git fetch
remote: Generating pack...
remote: Done counting 189146 objects.
remote: Result has 186566 objects.
remote: Deltifying 186566 objects.
remote: 100% (186566/186566) done
Unpacking 186566 objects
fatal: failed to apply delta
fatal: unpack-objects died with error code 128
Fetch failure: /home/andyp/projects/temp/.git
What does that mean? I ran fsck --full on the source repository, but it's
made no difference.
Bad voodoo. What does 'git fetch -k' do? It uses slightly
different code for handling the deltas...
--