解决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

浙公网安备 33010602011771号