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

相关推荐
Qres82119 小时前
Git安装记录
git
wj30558537821 小时前
Codex + Git 开发环境配置指南(WSL版)
linux·运维·git
数据法师21 小时前
开源情报收集工具GhostTrack深度测评:IP、手机号、用户名的合规信息查询方案
网络·网络协议·tcp/ip
想成为优秀工程师的爸爸1 天前
第三十篇技术笔记:郭大侠学UDS - 人有生老三千疾,望闻问切良方医
网络·笔记·网络协议·tcp/ip·信息与通信
楠枬1 天前
Git 分支管理
git
KnowSafe1 天前
CaaS vs 传统管理:证书即服务的颠覆性优势
https·ssl
灰子学技术1 天前
Envoy HTTP Connection Manager (HCM) 技术文档
网络·网络协议·http
奇怪的点1 天前
git clone失败
git
WaiSaa1 天前
Ubuntu配置Git免密操作
git·ubuntu·gitee
ReaF_star1 天前
【安全】SSL证书更新操作手册(Nginx+Cloudflare+acme.sh)
nginx·安全·ssl