解决 git:OpenSSL SSL_read: 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

解决方案

第一步:

bash 复制代码
//取消http代理
git config --global --unset http.proxy
//取消https代理 
git config --global --unset https.proxy

第二步:

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

第三步:

改成自己的端口号

bash 复制代码
git config --global http.proxy http://127.0.0.1:33210

问题解决:

参考:https://blog.csdn.net/good_good_xiu/article/details/118567249

相关推荐
vibecoding日记2 天前
为什么我就想要「线性历史 + Signed Commits」,GitHub 却把我当猴耍 🤬🎙️
git·编程工具
Jony_2 天前
高可用移动网络连接
网络协议
chilix2 天前
Linux 跨网段路由转发配置
网络协议
程序员小崔日记2 天前
如何将代码轻松上传到 Gitee?Git 使用全攻略!
git·gitee·上传
Bigger3 天前
为什么你的 Git 提交需要签名?—— Git Commit Signing 完全指南
git·开源·github
DianSan_ERP4 天前
电商API接口全链路监控:构建坚不可摧的线上运维防线
大数据·运维·网络·人工智能·git·servlet
gihigo19984 天前
基于TCP协议实现视频采集与通信
网络协议·tcp/ip·音视频
白太岁4 天前
通信:(5) 电路交换、报文交换与分组交换
运维·服务器·网络·网络协议
EasyGBS4 天前
国标安全升级:GB28181平台EasyGBS支持GB35114协议的应用场景与核心优势
网络协议·安全·gb28181·gb35114