Reputation: 307
Here is the error
remote: warning: suboptimal pack - out of memory error: git upload-pack: git-pack-objects died with error.remote: fatal: Out of memory, malloc failed 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.
Upvotes: 1
Views: 720
Reputation: 2392
Look into:
git help repack
Also, a quick google search yielded some solutions that may fit your problem. That's all I have. I hope you find your answer!
Upvotes: 1