git fatal:Server aborted the SSL handshake

耽误我一整体的Server aborted the SSL handshake

fatal: unable to access 'https://github.com/xxx/': Server aborted the SSL handshake

git pull失败

Server aborted the SSL handshake

绕了一圈弯路,最后

执行

复制代码
git config --global --unset http.proxy
git config --global --unset https.proxy

好了

相关推荐
雪碧聊技术4 小时前
HTTP 核心知识点速查表
网络·网络协议·http
今禾5 小时前
Git完全指南(下篇):Git高级技巧与问题解决
前端·git·github
2501_915106325 小时前
HTTPS 爬虫实战指南 从握手原理到反爬应对与流量抓包分析
爬虫·网络协议·ios·小程序·https·uni-app·iphone
BUTCHER56 小时前
【原理扫描】SSL/TLS 服务器瞬时 Difie-Hellman 公共密钥过弱
java·服务器·网络·ssl
Molesidy7 小时前
【Git】【TortoiseGit】TortoiseGit安装与基础使用
git
歪歪1007 小时前
如何在Qt中使用VS的调试功能
运维·开发语言·网络·qt·网络协议·visual studio
静若繁花_jingjing14 小时前
面试_项目问题_RPC调用异常
网络·网络协议·rpc
lichong95114 小时前
Git 检出到HEAD 再修改提交commit 会消失解决方案
java·前端·git·python·github·大前端·大前端++
せいしゅん青春之我15 小时前
[JavaEE初阶] 防止网络传输中的中间人入侵---证书
服务器·网络·网络协议·java-ee
222you16 小时前
Git仓库推送到GitHub
git·github