关于git:fatal:无法访问’https://github.com/xxx’:OpenSSL SSL_connect:SSL_ERROR_SYSCALL连接到github.com:443
·
- 如果您使用代理,请尝试运行并输入inetcpl.cpl
然后连接,然后局域网设置,然后前进
现在您可以看到您的代理,使用http代理。- 然后打开Git Bash,然后输入此命令
git config --global http.proxy
- 如果没有输出,则未设置Git Bash中的代理
然后使用这些命令进行设置,并使用第一段所示的代理和端口
git config --global http.proxy proxyaddress:port
- 然后再次输入此命令
git config --global http.proxy
- 要重置Git Bash上的代理,只需输入此命令
git config --global --unset http.proxy
直接设置代理
git config --global http.proxy http://127.0.0.1:1080
git config --global https.proxy http://127.0.0.1:1080
更多推荐
已为社区贡献1条内容
所有评论(0)