Connection was reset, errno 10054 Error [How to Solve]

Solution:

git config --global --add core.compression -1
git config --global http.postBuffer 524288000
git config http.sslVerify “false”
git config --global http.sslBackend “openssl”
git config --global http.sslCAInfo [path to .pem file]

Read More: