gnutls_handshake() failed

89 阅读1分钟

原文链接:www.zhoubotong.site/post/75.htm…

使用git clone github.com/xxx.git的时候,…

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

需要取消github 代理设置,重新clone后即可正常。

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