Today, I encountered an error when submitting code with gitbash
error: RPC failed; curl 7 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
The common solution on the Internet is:
git config — global http.sslverify “false”
but I still report the same error after trying
Later, it was found that the uploaded file was too large. You can modify the configuration to
execute the statement: git config http.postbuffer 524288000
and then push again. It’s done
Read More:
- Connection was reset, errno 10054 Error [How to Solve]
- [Solved] Git OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
- Git Error: error RPC failed; curl 56 OpenSSL SSL_read SSL_ERROR_SYSCALL, errno 10054
- [Solved] Git Push Error: &fatal: the remote end hung up unexpectedly
- Git: “error: RPC failed; curl 18 transfer closed with outstanding read data remaining”
- Unknown SSL protocol error in connection to xxx:443 [How to Solve]
- [Solved] OpenSSL ssL_read: Connection was aborted,errno 10053
- Git Pull Error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errfno 10054
- error: src refspec master does not match any [How to Solve]
- [Solved] Git push error: error: RPC failed; HTTP 413 curl 22 the requested URL returned error: 413
- SSL_read: SSL_ERROR_SYSCALL, errno 10054 [How to Solve]
- [Solved] github Access Error: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
- git clone,pod install error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
- Flutter upgrade upgrade SDK SSL_ERROR_Syscall error [How to Solve]
- [Solved] Github Push Codes Error: “error:RPC failed;curl 56 OpenSSL SSL_read:SSL_ERROR_SYSCALL,errno 10054”
- [Solved] git error: RPC failed; curl 56 Recv failure:Connection was resetB/s
- [Solved] Git Clone Error: error setting certificate verify locations
- How to Solve Git error: out of memory
- [Solved] OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
- [Solved] LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443