当前位置: 代码网 > it编程>数据库>Access > 解决 git:OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0

解决 git:OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0

2024年08月02日 Access 我要评论
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。

解决 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

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

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

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

问题解决:
在这里插入图片描述
参考:

(0)

相关文章:

版权声明:本文内容由互联网用户贡献,该文观点仅代表作者本人。本站仅提供信息存储服务,不拥有所有权,不承担相关法律责任。 如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至 2386932994@qq.com 举报,一经查实将立刻删除。

发表评论

验证码:
Copyright © 2017-2025  代码网 保留所有权利. 粤ICP备2024248653号
站长QQ:2386932994 | 联系邮箱:2386932994@qq.com