【Git】Failed to connect to github.com port 443 after 21092 ms: Connection refused

问题产生于使用Alpine安装Yapi的过程,共两个问题,第一个问题HTTP/2 stream 1 was not closed cleanly before end of the underlying stream

问题

Failed to connect to github.com port 443 after 21092 ms: Connection refused

原因

Git默认开启了https校验,关不掉就可以了,命令见解决方案

解决方案

git config --global http.sslVerify "false"

现场

【Git】Failed to connect to github.com port 443 after 21092 ms: Connection refused_第1张图片

你可能感兴趣的:(笔记,总结,git,github,alpine)