问题:
fatal: unable to access 'https://github.com/xxx/': GnuTLS recv error (-110): The TLS connection was non-properly terminated.
解决方式:
1.执行:
git config --global --unset http.https://github.com.proxy
2.又报错:
fatal: unable to access 'https://github.com/xxx/': Failed to connect to github.com port 443: Connection timed out
3.再执行
git config --global --unset https.proxy
4.再次 git clone.成功