Error on First Push to a Repository with 5.5gb

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?

You’re likely running into a web-server limit on the highest size you can upload in one request.

Have you tried pushing through the SSH protocol instead?

I just tried it using SSH Protocol.

FATAL ERROR: Server unexpectedly closed network connection
fatal: the remote end hung up unexpectedly
fatal: sha1 file ‘’ write error: Broken pipe
fatal: the remote end hung up unexpectedly
Completed with errors, see above.

I’m pushing it to gitlab.com, supposed to be at least 10 gb? Or am I wrong?