gnutls_handshake() failed: The TLS connection was non-properly terminated. 错误解决
首先我没有设置任何 proxy ,我在提交代码时候git 报这个错
❯ git push
fatal: unable to access 'https://github.com/QingMings/springAnnotation/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
我的系统是 ubuntu 20.04
git 版本是 2.25.1
第一步
apt-get update
第二步
apt-get install curl
然后你再次提交就发现,OK了。
在Ubuntu 20.04系统上,使用git push时遇到'gnutls_handshake() failed: The TLS connection was non-properly terminated.'错误。通过执行'apt-get update'和'apt-get install curl'两个步骤,成功解决了该问题,使得git提交恢复正常。
9374





