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

好了

相关推荐
weixin_446260853 小时前
提升开发效率的RPC系统!
网络·网络协议·rpc
墨白曦煜6 小时前
HTTP首部字段(速查-全47种)
网络·网络协议·http
lendsomething11 小时前
解决SSL握手失败问题:SSLHandshakeException: Received fatal alert: handshake_failure
网络·网络协议·ssl
山巅11 小时前
Certbot 通配符 SSL 证书申请和续期指南
ssl
红米饭配南瓜汤13 小时前
WebRTC 发送端 SSRC 生成流程总结
网络·网络协议·音视频·webrtc·媒体
H3C-Navigator14 小时前
RPC在分布式存储系统中的应用
分布式·网络协议·rpc
DIY机器人工房14 小时前
NAT 模式、命令行版、桥接模式方式给ubuntu虚拟机配网步骤:
linux·网络协议·ubuntu·嵌入式·桥接模式·diy机器人工房
老坛程序员14 小时前
抓包解析MCP协议:基于JSON-RPC的MCP host与MCP server的交互
人工智能·网络协议·rpc·json·交互
Vio72517 小时前
在IntelliJ IDEA中使用Git
git