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
上記のエラーが発生します。