我在Windows上使用git版本2.12.2。我在git bash shell中运行了以下命令:
$ git daemon --reuseaddr --verbose --informative-errors --base-path=/c/ /c/
在另一个git bash shell上,在服务的同一台机器上,我尝试从测试仓库推送到git://<host>/foo.git
并得到:
[2236] unable to set SO_KEEPALIVE on socket: No such file or directory
我可以做些什么才能成功设置SO_KEEPALIVE
?