git curl 56 errno10054
RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
主要原因是安全设置的问题:
首先执行git config http.sslVerify "false" 若出现下列错误
git config http.sslVerify "false" fatal: not in a git directory
再继续执行 git config --global http.sslVerify "false" 问题解决