git clone https://github.com/wanjianr/douye.git
Cloning into 'douye'...
fatal: unable to access 'https://github.com/wanjianr/douye.git/': OpenSSL SSL_read: Connection was reset, errno 10054
解决方法:git config --global http.sslVerify “false”
fatal: unable to access 'https://github.com/xxxxx': Failed to connect to http://127.0.0.1:1080
解决方法:
git config --global http.proxy
git config --global --unset http.proxy