第一次尝试在 Windows 上使用 msysgit 进行 git clone 并收到此错误。
fatal: read error: early EOF
fatal: read error: Invalid argument
fatal: recursion detected in die handler
git did not exit cleanly (exit code 128)
设置:
git init 在我的服务器上使用
git init --bare
git 守护进程服务
git daemon --verbose --export-all --enable=upload-pack --enable=receive-pack --base-path=<my_path>
最后
git clone git://<ip_address>/reponame
这给出了上面的错误。