git clone https://github.com/....git
fatal: unable to access 'https://github.com/.....git/': GnuTLS recv error (-110): The TLS connection was non-properly terminated.
解决:
git config --global --unset https.proxy
再git clone
(ailed to connect to github.com port 443: Connection timed out就连接代理)