I have a very large repo (> 1GB because of binary assets), the gitlab server is installed correctly (the doctor report all ok), I have created a little git repo which work OK, push pull and so on.
Username for 'http://x.y.z': tyoc213
Password for 'http://tyoc213@x.y.z':
Counting objects: 4894, done.
Compressing objects: 100% (4872/4872), done.
error: RPC failed; result=55, HTTP code = 0
fatal: The remote end hung up unexpectedly
Writing objects: 100% (4894/4894), 506.89 MiB | 12.27 MiB/s, done.
Total 4894 (delta 2104), reused 0 (delta 0)
fatal: The remote end hung up unexpectedly
Everything up-to-date
I have tryied to change git config http.postBuffer 5000
or even bigger.
I even have tried to push it from inside the server (I mean I have already the git repo inside the server) to gitlab, but the same error happen.
Is there a fix for this? what should I try? how can it be "everything up to date"?