使用 git 拉代码,https 方式。间歇性连接超时,报这个错
$git pull
Failed to connect to github.com port 443 after 130866 ms: Couldn't connect to server
$git pull
error: RPC failed; curl 16 Error in the HTTP2 framing layer
fatal: expected flush after ref listing
多试几次有时又可以。
dns 已经使用 doh 优化过,获取到的 ip 确认是 github 的没错。
访问不通时,正常 ping 能够访问
curl github.com 也 ok
curl https://github.com 就不行
这是 https 的问题吗
|