windows 跟新Git版本出现 openssl ssl_error_syscall i connection to api_github.com:443

windows 跟新Git版本出现 openssl ssl_error_syscall i connection to api_github.com:443


输入跟新git版本命令:git update-git-for-windows ,出现了下图的情况
windows 跟新Git版本出现 openssl ssl_error_syscall i connection to api_github.com:443

出现这个原因是由于设置了系统代理的原因,取消代理设置即可。
git config --global --unset http.proxy
git config --global --unset https.proxy

只是下载有点慢
windows 跟新Git版本出现 openssl ssl_error_syscall i connection to api_github.com:443