SSL_connect: SSL_ERROR_SYSCALL in connectiontogithub.com:443的一种可能及解决方法

问题描述

clone github仓库时报错:

SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443

解决

网上查到的大部分文章都是说因为开了代理,导致报错,因此通过

git config --global --unset http.proxy

如:
https://stackoverflow.com/questions/49345357/fatal-unable-to-access-https-github-com-xxx-openssl-ssl-connect-ssl-error

但并没有什么用。

后来发现是ssh key 出了问题。

按照下面这篇文章说的方法:
Windows下的git的安装与配置

重新配置了git的ssh后解决。

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐