8

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

4

1 回答 1

2

查看https://github.com/git-for-windows/git/issues/304这是一个尚未解决的已知问题。

于 2019-05-16T04:22:16.743 回答