19 May 2023

git-使用记录

git clone error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054

解决方案 git config http.postBuffer 524288000

> OpenSSL SSL_read: Connection was reset, errno 10054

我使用设置不验证跳过这个错误。

`git config --global http.sslVerify "false"`