使用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