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

好了

相关推荐
以太浮标1 小时前
华为eNSP模拟器综合实验之- MGRE多点GRE隧道详解
运维·网络·网络协议·网络安全·华为·信息与通信
时空自由民.2 小时前
WebSocket 协议介绍
网络·websocket·网络协议
时空自由民.4 小时前
CAN ,CANFD,EtherCAT介绍
网络协议·计算机网络
Gh0st_Lx5 小时前
【6】为什么有了 HTTP/1.1 ,还要 HTTP/2 和 HTTP/3
网络协议·http·php
武超杰5 小时前
Git 从入门到精通教程
git
程序员夏末5 小时前
【开源经历 | 第一篇】参与开源需要掌握的Git和Github指令
git·开源
学编程就要猛6 小时前
JavaEE初阶:网络原理-HTTP(下)
网络·网络协议·http
汤愈韬6 小时前
Full Cone NAT、行为模式
网络·网络协议·网络安全·security
SNOWPIAOP7 小时前
git status 出现中文乱码的解决方案等
git·乱码·postgres
灰子学技术7 小时前
Envoy TCP 层面的 Metric 指标分析
开发语言·网络·网络协议·tcp/ip·php