0
点赞
收藏
分享

微信扫一扫

git 报错 OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443

兮城 2022-08-17 阅读 117


问题

提交代码到github,老是报错,切换了好多 wifi 也还是不行

git 报错 OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443_ssl

解决方式

亲自尝试了,可行。

git config --global --add remote.origin.proxy ""

如果还是解决不了,请参考​​【【开发工具的那些故事】git问题记录(一): Failed to connect to github.com port 443: Timed out】​​



举报

相关推荐

0 条评论