git clone时出现GnuTLS recv error (-110): The TLS connection was non-properly terminated.
ping github发现没有问题。
重置代理:
git config --global --unset https.https://github.com.proxy
git config --global --unset http.https://github.com.proxy
后git clone又报错:
Failed to connect to github.com port 443: Connection timed out
原因是本机开了vpn
关掉vpn之后再次git clone成功。