报错1:
fatal: unable to access 'https://github.com/XXX/XXXX.git/': OpenSSL SSL_read: Connection was reset, errno 10054
处理方法:
git config --global http.sslVerify "false"
报错2:
fatal: unable to access 'https://github.com/XXX/XXXX.git/': Failed to connect to github.com port 443 after 21065 ms: Timed out
处理方法:
git config --global --unset https.proxy