淘先锋技术网

首页 1 2 3 4 5 6 7

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/...