拉取github报错 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 
设置