问题产生于使用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"

现场

在这里插入图片描述

Logo

更多推荐