in this case I have installed a turnkey linux with gitlab. I´ve setted a static ip. When I push a file it goes ok, but when I push all my symfony project it return an error
$ git push
Counting objects: 7854, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (7449/7449), done.
Writing objects: 100% (7854/7854), 6.45 MiB | 2.08 MiB/s, done.
Total 7854 (delta 2669), reused 0 (delta 0)
error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date
What I tried:
- Modify the gitlab.yml inside /home/git/gitlab/config change the git max-size to 20971520 (20 mb)
- Changed the postBuffer: git config --global http.postBuffer 524288000
- also made different commits with a small portion of file, that works but not at all