Git服务器使用GIT托管://协议,无法设置SO_KEEPALIVE,没有此类文件或目录



我使用git版本2.12.2我在Windows上。我在git bash shell中运行以下命令:

$ git daemon --reuseaddr --verbose --informative-errors --base-path=/c/ /c/

在另一台git bash壳上,在同一台服务的机器上,我尝试从测试库推到 git://<host>/foo.git并得到:

[2236] unable to set SO_KEEPALIVE on socket: No such file or directory

我该怎么做,可以成功设置SO_KEEPALIVE

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

最新更新