当前位置:   article > 正文

解决 git:OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0_ssl error syscall,errno 0

ssl error syscall,errno 0

解决 git:OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0

问题

git pull报错:fatal: unable to access ‘https://github.com/aircrushin/ultrav-music.git/’: Failed to connect to github.com port 443 after 21077 ms: Couldn’t connect to server在这里插入图片描述

解决方案

第一步:

//取消http代理
git config --global --unset http.proxy
//取消https代理 
git config --global --unset https.proxy
  • 1
  • 2
  • 3
  • 4

第二步:
查看自己的代理端口是多少,并重启。

第三步:
改成自己的端口号

git config --global http.proxy http://127.0.0.1:33210
  • 1

问题解决:
在这里插入图片描述
参考:https://blog.csdn.net/good_good_xiu/article/details/118567249

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Monodyee/article/detail/702127
推荐阅读
相关标签
  

闽ICP备14008679号