我已经用Google搜索了,发现了很多解决方案,但是没有一个适合我。
我正在尝试通过连接到LAN网络中的远程服务器从一台计算机克隆。
从另一台计算机运行此命令会导致错误。
但是在服务器上使用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