git version 1.7.7.4
I went to clone from my git respository and I got the following errors:
remote: fatal: failed to read object a89f72f06a1f6f56f924b0e8ae9e33f477da8fcd: Invalid argument
error: git upload-pack: git-pack-objects died with error.
remote: aborting due to possible repository corruption on the remote side.
fatal: early EOF
fatal: git upload-pack: aborting due to possible repository corruption on the remote side.
fatal: index-pack failed
So I went to the repository itself to check and I got this:
git fsck
fatal: failed to read object 1aea37c864c6b5d0d60d6fc38117bc420671b692: Invalid argument
I then did this to try and fix the problem:
git gc --prune
fatal: failed to read object a89f72f06a1f6f56f924b0e8ae9e33f477da8fcd: Invalid argument
error: failed to run repack
Is there anyway I can get this problem resolved?
Many thanks,