error: git-upload-pack died of signal 13
Created by: dongli
I have two repositories in GitLab. The OS is Mac 10.9.2. Git version is 1.9.2. One of them can be cloned successfully, but when cloning the other one, I get the following error:
$ git clone http://*/gamil/gamil.git
Cloning into 'gamil'...
remote: Counting objects: 426, done.
remote: Compressing objects: 100% (375/375), done.
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
So I checked `unicorn.stderr.log and found:
I, [2014-04-21T23:03:58.761225 #4929] INFO -- : master process ready
I, [2014-04-21T23:03:58.764556 #4940] INFO -- : worker=0 ready
I, [2014-04-21T23:03:58.766098 #4941] INFO -- : worker=1 ready
error: git-upload-pack died of signal 13
Why there is such error?
EDIT 1 I have upload this repository to GitHub, and the clone is OK
$ git clone https://github.com/dongli/GAMIL.git
Cloning into 'GAMIL'...
remote: Counting objects: 355, done.
remote: Compressing objects: 100% (308/308), done.
remote: Total 355 (delta 35), reused 355 (delta 35)
Receiving objects: 100% (355/355), 809.75 KiB | 244.00 KiB/s, done.
Resolving deltas: 100% (35/35), done.
Checking connectivity... done.
so this is related to GitLab. Maybe there are some configuration need to be changed?