最佳答案
我在谷歌上搜索过,找到了很多解决方案,但没有一个适合我。
我试图通过连接到LAN网络中的远程服务器从一台机器克隆
.在其他机器上运行此命令会导致错误
但是使用git运行相同的克隆命令://192.168.8.5…在服务器上,这是正常的并且成功的。< / p >
有什么想法吗?
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.5.2 .msysgit.0
[core]
compression = -1