解决报错:gnutls_handshake() failed: The TLS connection was non-properly terminated.

执行git clone的时候,出现错误:gnutls_handshake() failed: The TLS connection was non-properly terminated.

如图:

解决方式:

两次重置代理:完美解决

git config --global --unset https.https://github.com.proxy
git config --global --unset http.https://github.com.proxy

相关推荐
2301_780789662 小时前
渗透测试真的能发现系统漏洞吗
服务器·网络·安全·web安全·网络安全
sunshine-sm3 小时前
CentOS Steam 9安装 Redis
linux·运维·服务器·redis·centos
GoGeekBaird3 小时前
关于垂类AI应用落地行业的方法论思考
后端·github·agent
程序视点4 小时前
GitHub Copilot 代码评审:用于自动评审的独立存储库规则
github·github copilot
sunshine-sm4 小时前
CentOS Steam 9安装 MySQL 8
linux·运维·服务器·数据库·mysql·centos·centos stream
996终结者4 小时前
同类软件对比(四):Jupyter vs PyCharm vs VS Code:Python开发工具终极选择指南
vscode·python·jupyter·pycharm·visual studio code
尚久龙5 小时前
安卓学习 之 用户登录界面的简单实现
android·运维·服务器·学习·手机·android studio·安卓
呆萌小新@渊洁6 小时前
linux升级系统,重启出现Minimal BASH-like line editingis supported
linux·服务器
東雪蓮☆6 小时前
从零开始掌握 Web 与 Nginx:入门详解
运维·服务器·前端·nginx
青铜发条7 小时前
【python】python进阶——网络编程
运维·服务器·网络