0
git clone 
Cloning into
Username for '
Password for '
remote: Counting objects: 50195, done.
 remote: Compressing objects: 100% (28896/28896), done.
 fatal: The remote end hung up unexpectedly6 MiB | 724.00 KiB/s
 fatal: early EOF
 fatal: index-pack failed

となり
gitlab.comのおなじ質問から (https://gitlab.com/gitlab-org/omnibus-gitlab/issues/138)

unicorn['worker_timeout'] = 60 

unicorn['worker_timeout'] = 600

に変えたのですがやはり出来ない状態です。
後は何が考えられますでしょうか

Yuki Inoue
  • 16,805
  • 19
  • 80
  • 196
kaneko-h
  • 21
  • 2
  • この記事に当てはまるものは無いでしょうか。 http://qiita.com/cacahuatl/items/4d763e98f3934e3569ca – take88 Oct 22 '15 at 08:53
  • 「gitlab.comのおなじ質問」へのリンクがあると回答者の参考になるかもしれません – Seiei Oct 22 '15 at 09:23
  • qiita.comの所の1番、2番は、実際のgitクライアント作業者にやってもらっております。 (私はサーバにインストールした側の人間です) – kaneko-h Oct 23 '15 at 01:40

1 Answers1

1

OP がコメントで言及されていたのですが、 git gc で解決したそうです。

Yuki Inoue
  • 16,805
  • 19
  • 80
  • 196