Tag Archives: OpenSSL SSL_read: Connection was reset

[Solved] Git Submit Error: (OpenSSL SSL_read: Connection was reset, errno 10054)

Solve the error of GIT submission code

(OpenSSL SSL_ read: Connection was reset, errno 10054)

fatal: unable to access ‘ https://github.com/xxx.git/ ‘: OpenSSL SSL_ read: Connection was aborted, errno 10053

Possible causes:

First of all, this error may be caused by network instability and connection timeout,

If you still report an error after trying again, you can execute the following command.

resolvent:

Double click to open: git-cmd.exe

git config --global --unset http.proxy
git config --global --unset https.proxy

OR

Change network authentication settings

git config --global http.sslVerify "false"

OR

Increase buffer

git config http.postBuffer 524288000