はじめに

なぜか特定のマシンだけ git clone するとこんなエラーを吐いてしまうのでどうにかしたかった

$ git clone https://git.example.com/foobar/xfarm3.git
Cloning into 'xfarm3'...
remote: Counting objects: 334, done.
remote: Compressing objects: 100% (221/221), done.
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed

作戦

git clone 出来ている別のマシンからリポジトリをコピーする
しかも1ファイルで

手順

参考

Gitリポジトリの内容を別のマシンに送る時にgit bundleを使う - Qiita


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS