While researching this I have found a lot of messages about this concerning the exhaustion of memory, but I am not actually getting any malloc errors.
When I try and clone I get this mid-compression
error: git-upload-pack: git-pack-objects died with error.
fatal: git-upload-pack: aborting due to possible repository corruption on the remote side.
remote: aborting due to possible repository corruption on the remote side.
fatal: early EOF
fatal: index-pack failed
When I go to the remote and run git gc
it gives me this.. (same amount through compression)
error: failed to run repack
When I run git fsck
I get no output at all...
ideas?