1

While I was git push I realized that I was trying to send some very big files ie >1gb- I killed the git push and once I git rm those big files and git commit once more, and finally git commit/push again.

Unfortunately I am always ending up with

remote: fatal: pack exceeds maximum allowed size
error: pack-objects died of signal 13

although I did

git config pack.windowMemory 2g
git config pack.packSizeLimit 2g

but this did not work. I also tried to git revert <commit>but still the same...It appears like git still tries to finish submitting the big files even though I explicitly removed from the next git action

Terma
  • 81
  • 8
  • hmmm, not sure if the server is in a bad state or your client. Can you make a fresh clone in the meanwhile and see if that fixes the problem? – limbo Aug 15 '16 at 16:56
  • I also found this, does it help? http://stackoverflow.com/questions/19573031/cant-push-to-github-because-of-large-file-which-i-already-deleted – limbo Aug 15 '16 at 16:58
  • not really - I get this `Cannot rewrite branches: You have unstaged changes.` – Terma Aug 15 '16 at 17:19
  • can you force it? from what I understand you commited all your work now. Actually you may want to wait on this a bit for a more competent answer. – limbo Aug 15 '16 at 17:21
  • indeed tried to force it, but I get a `Cannot rewrite branches: You have unstaged changes.` which I cannot resolve – Terma Aug 15 '16 at 17:26

0 Answers0