Loading... SSL_ERROR_SYSCALL in connection to github.com:443 遇到这种情况,一般就是代理问题,解决办法 ```bash # 走http git config --global http.https://github.com.proxy http://127.0.0.1:10809 git config --global https.https://github.com.proxy https://127.0.0.1:10809 # 走sockt git config --global http.https://github.com.proxy socks5://127.0.0.1:10808 git config --global https.https://github.com.proxy socks5://127.0.0.1:10808 ``` 最后修改:2023 年 01 月 03 日 © 允许规范转载 打赏 赞赏作者 支付宝微信 赞 如果觉得我的文章对你有用,请随意赞赏