error: RPC failed; result=18, HTTP code = 200MiB | 243.00 KiB/s
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
I have made below git configurations but still not working..
[core]
packedGitLimit = 512m
packedGitWindowSize = 512m
[http]
postBuffer = 1048576000
maxRequestBuffer = 100M
[push]
default = current
[pack]
deltaCacheSize = 2047m
packSizeLimit = 2047m
windowMemory = 2047m
I am cloning git repo by
git clone http://pathtogit.git /var/www/html/myproject
I have also tried git compression on/off and also tried below command
git clone --depth 1 --branch developer http://path/path.git /var/www/html/project_folder
I am using ubuntu 14.04 and git version 1.9.1