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

好了

相关推荐
~~李木子~~24 分钟前
通过git上传项目到码云和GitHub操作手册
git·gitee·github
wuk99825 分钟前
实现ROS系统的Websocket传输,向Web应用推送sensor_msgs::Image数据
前端·websocket·网络协议
songyuc3 小时前
【Git】请帮忙解释一下“git reset”
git·elasticsearch
小陈又菜4 小时前
【QT学习之路】网络通信新次元!Qt TCP双侠:Server监听瞬息,Socket连接万变
qt·网络协议·tcp/ip·socket
C2H5OH6664 小时前
Netty详解-02
java·websocket·网络协议·tcp/ip·tomcat·netty·nio
Chief_fly5 小时前
RestTemplate 和 Apache HttpClient 实现 HTTP 请求
网络协议·http·apache
qq_356531456 小时前
浏览器访问web服务器经过了哪些过程
网络协议
Komorebi_99996 小时前
使用Git创建自己的分支的操作指南
git
それども7 小时前
HTTP接口和Dubbo接口区别
网络协议·http·dubbo
诚实可靠王大锤8 小时前
WebSocket调试工具(html),用于调试WebSocket链接是否畅通
websocket·网络协议·html