Tag Archives: SSL_read: SSL_ERROR_SYSCALL

Git Error: error RPC failed; curl 56 OpenSSL SSL_read SSL_ERROR_SYSCALL, errno 10054

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

Push times error

Push error after updating iconfont file

[the external chain image transfer fails. The source station may have an anti-theft chain mechanism. It is recommended to save the image and upload it directly (img-oz0myorq-163109850276) (C: \ users \ Kemeng \ appdata \ roaming \ typora \ user images \ image-20210907180245658. PNG)]

$ git push
Enumerating objects: 34, done.
Counting objects: 100% (34/34), done.
Delta compression using up to 8 threads
Compressing objects: 100% (19/19), done.
Writing objects: 100% (19/19), 27.61 KiB | 1.25 MiB/s, done.
Total 19 (delta 10), reused 0 (delta 0)
error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
fatal: the remote end hung up unexpectedly
fatal: the remote end hung up unexpectedly
Everything up-to-date

First, try to modify the upload size limit

git config --global http.postBuffer 524288000

Adjust the postbuffer to 500m

Clone error

Error trying to ignore SSL certificate

git config --global http.sslVerify "false"