git pull Code message "error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054"

Problem Description:

        I use sourcetree clone error codes of the time. Error: error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054

Solution:

         Search the web for the command: git config http.sslVerify "false"

        After you do not recognize, tips: git config http.sslVerify "false" fatal: not in a git directory

        输入:git config  --globle   http.sslVerify "false" 

        Re pull the code, solve the problem.

 

Guess you like

Origin www.cnblogs.com/lyhbky/p/11258365.html