OpenSSL SSL_connect: Connection was reset in connection to github.com:443 git访问不到

拉取代码的时候出现443错误

fatal: unable to access 'https://github.com/xxx/xxxCloudy.git/': OpenSSL SSL_connect: Connection was reset in connection to github.com:443 

并且访问不到git

 

 

 

  

解决方式如下 

  • 站长ip解析

 

http://tool.chinaz.com/dns/?type=1&host=github.com&ip=

 

C:\Windows\System32\drivers\etc 文件夹下的hosts

 将刚才站长解析的ip地址写在里面

 

13.229.188.59 github.com

203.208.39.104 github.com

203.208.39.104 gist.github.com

13.229.188.59 gist.github.com

 重新刷新即可

  • 如果还是不行就清楚dsn缓存

cmd 命令行执行 ipconfig/flushdns

ipconfig/flushdns

  

 

相关文章

developer-roadmap —— 提供最全的开发者技术路线指南。前端...
一个极简的文件分享工具,无需注册且没有广告即可生成共享下...
收集 Github、Gitee优秀的开源项目,并进行归类整理。项目地...
大家好,我是 Java陈序员,我们有时会搭建一个属于自己的网站...
一个提供交互式的Web UI用于生成兼容MyBatisPlus框架的相关功...
大家好,我是 Java 陈序员。权限认证是我们日常开发绕不过的...