Hi, I've difficulties to clone from my gitlab installation. I've a ~300MB repository, which I could push via ssh. Cloning via ssh and http fails (output see below). Small repositories work as expected.
ckulla@ubuntu64:~/gitlab$ git clone ssh://[email protected]:10022/bar/bam.git Cloning into 'bam'... remote: Counting objects: 91903, done. remote: Compressing objects: 100% (23051/23051), done. Connection to foo.bar closed by remote host. fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed ckulla@ubuntu64:~/gitlab$ git clone http://foo.bar:10080/bar/bam.git Cloning into 'bam'... Username for 'http://foo.bar:10080': kuc2hi Password for 'http://[email protected]:10080': remote: Counting objects: 91903, done. remote: Compressing objects: 100% (23051/23051), done. error: RPC failed; result=18, HTTP code = 200KiB | 184 KiB/s fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed What log files could I consult to get more informations? I run gitlab 6.9.2, installed via docker, see https://github.com/sameersbn/docker-gitlab Cheers, Christoph -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/gitlabhq/bfa21f39-c85d-4749-90e6-497fde921010%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
