菜鸟问题。
我不能真正克隆一个我通过守护进程服务的非常基本的 repo。
在一个终端上
cd /repos
$ git daemon --export-all --reuseaddr --informative-errors --verbose
[12680] Ready to rumble
[16420] Connection from [::1]:51277
[16420] unable to set SO_KEEPALIVE on socket: Input/output error
[16420] Extended attribute "host": localhost
[16420] Request upload-pack for '/helloWorld'
[16420] '/helloWorld' does not appear to be a git repository
在另一个终端上
$ git clone git://localhost/helloWorld network_helloWorld
Cloning into 'network_helloWorld'...
fatal: remote error: no such repository: /helloWorld
有什么想法可能导致这种情况吗?
谢谢!