fatal: remote end hung up unexpectedly
Created by: dqlopez
I successfully cloned a repo http://gitlab.mydomain.com/groups/repo.git
from our just setup GitLab server. Now, I added files which would sum up a total of 60mb+. Upon pushing git push -u origin master
, the error stated in my title appears.
I checked /home/git/gitlab-shell/config.yml
to see if gitlab_url
specified URL has a trailing slash. No problem in that. I also tried increasing git config http.postBuffer 524288000
. None of it works.