私はグーグルして多くの解決策を見つけましたが、どれもうまくいきません。
LANネットワークにあるリモートサーバーに接続して、1台のマシンからクローンを作成しようとしています。
別のマシンからこのコマンドを実行すると、エラーが発生します。
しかし、サーバーでgit://192.168.8.5 ...を使用してSAME cloneコマンドを実行すると、問題なく成功します。
何か案は ?
user@USER ~
$ git clone -v git://192.168.8.5/butterfly025.git
Cloning into 'butterfly025'...
remote: Counting objects: 4846, done.
remote: Compressing objects: 100% (3256/3256), done.
fatal: read error: Invalid argument, 255.05 MiB | 1.35 MiB/s
fatal: early EOF
fatal: index-pack failed
私はこの設定を追加しました.gitconfig
が、助けもありません。
gitバージョン1.8.5.2.msysgit.0の使用
[core]
compression = -1