1、error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
在clone时遇到这个问题,可以先执行:git config http.sslVerify "false",再clone
2、fatal: unable to access 'https://github.com/...': OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
把https 改成 git , git clone git://github.com/...