github443 拉取 报错 OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443

WIN 右键打开git
github443 拉取 报错 OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443_第1张图片
git config --global http.proxy http://127.0.0.1:7890
git config --global https.proxy http://127.0.0.1:7890

增加代理

你可能感兴趣的:(ssl,github,网络协议)