在git clone 时遇到这个报错
解决方法
在cmd下执行ipconfig/flushdns 清理DNS缓存
ipconfig/flushdns
重新git即可
可能会继续遇到报错
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即可成功