git:early EOF the remote end hung up unexpectedly index-pack failed RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054

执行:

git config http.sslVerify "false"

如果提示:

fatal: not in a git directory

执行:

git init

原文地址:https://www.cnblogs.com/gcgc/p/11129447.html