Hi!
I have a repository with approximately 5.5gb, and I can’t finish the first push to it.
wagen@DESKTOP-BIPG2TG MINGW64 /e/Games/Green Sauce Games/Storm Tale 2 (master)
$ git push
Enumerating objects: 32988, done.
Counting objects: 100% (32988/32988), done.
Delta compression using up to 4 threads
Compressing objects: 100% (13234/13234), done.
Writing objects: 100% (32986/32986), 5.56 GiB | 3.68 MiB/s, done.
Total 32986 (delta 20643), reused 31654 (delta 19738), pack-reused 0
error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413
fatal: the remote end hung up unexpectedly
fatal: the remote end hung up unexpectedly
Everything up-to-date
git config --global http.postBuffer 157286400 did not worked for me.
My repository is on gitlab.com
Is there anything else I could try?