Shahroon
Shahroon

Reputation: 307

Git pull or Git clone not working after trying to make heroku repository

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

Answers (1)

tinifni
tinifni

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

Related Questions