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

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

并且访问不到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=

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

 

  • 编辑本地hosts文件

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

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

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

 

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

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

 

相关文章:

  • 2022-12-23
  • 2021-05-22
  • 2021-08-02
  • 2022-12-23
  • 2021-04-12
  • 2022-12-23
  • 2022-12-23
  • 2021-06-09
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-08
  • 2022-02-04
  • 2021-11-05
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案