Push large commit over http fails
Created by: Razer6
I'm trying to commit a large commit over http. This always fails with following error message:
$ git push origin master
Username for '<HOST>: <USER_EMAIL>
Password for 'http://<USER_EMAIL>@<HOST>':
Counting objects: 3322, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (3010/3010), done.
Writing objects: 100% (3322/3322), 29.87 MiB | 8.07 MiB/s, done.
Total 3322 (delta 2379), reused 371 (delta 249)
efrror: RPC failed; result=22, HTTP code = 413
atal: The remote end hung up unexpectedly
fatal: recursion detected in die handler
Everything up-to-date
I already increased git message size on my client: git config http.postBuffer 524288000
. I also increased the git object size in gitlab.yml
.
Both configuration help to solve the problem.
Running on d67117b5