问题: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
问题: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
评论区