我在 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
才能成功设置?