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