github问题

100 阅读1分钟

unable to access 'github.com/xxxxxxx/xxx…': OpenSSL SSL_read:

用了这个命令

git config --global http.sslVerify "false"

Failed to connect to github.com port 443 after 21125 ms: Timed out

设置代理的原因,取消代理

git config --global --unset http.proxy

git config --global --unset https.proxy