gnutls_handshake() failed: The TLS connection was non-properly terminated.

1.报错

使用git push的时候报错:gnutls_handshake() failed: The TLS connection was non-properly terminated.

2.解决办法:取消代理

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


版权声明:本文为anglemanyi原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。