解决git clone时遇到 gnutls_handshake() failed

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

 

参考:

https://blog.csdn.net/shaopeng568/article/details/114919318

posted @ 2022-01-27 17:10  失败学之父  阅读(276)  评论(0)    收藏  举报