解决报错: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

相关推荐
q***71853 小时前
【golang学习之旅】使用VScode安装配置Go开发环境
vscode·学习·golang
m***66737 小时前
【Sql Server】sql server 2019设置远程访问,外网服务器需要设置好安全组入方向规则
运维·服务器·安全
xinxinhenmeihao7 小时前
隧道代理和住宅IP有何不同》各有什么优缺点?
服务器·网络·tcp/ip
龙泉寺天下行走8 小时前
Vscode 配置C++ Mingw调试、编译环境-无需修改系统PATH变量的VS Code配置方法
c++·ide·vscode
正经教主8 小时前
【Git】Git05-01:Git 远程仓库协作流程原理
git·gitlab·github
小兔薯了8 小时前
6. Linux 硬盘分区管理
linux·运维·服务器
努力的Andy8 小时前
Linux 云服务器新增硬盘:从分区、格式化到挂载的完整指南
linux·运维·服务器
裤裤兔8 小时前
linux卡在启动界面的解决办法
linux·运维·服务器·centos·centos7·linux系统
kka杰8 小时前
Linux:基础IO介绍-1
linux·运维·服务器