Hi,
I am trying to git clone a repository and I am receiving this error :
error: RPC failed; curl 56 Failure when receiving data from the peer
I have change the post buffer into a maximum variable but nothing.
Also, I have set up the proxy and http.sslBackend as schannel and when I run the command
GIT_TRACE_PACKET=1 GIT_TRACE=1 GIT_CURL_VERBOSE=1 I have ==> Info: schannel: failed to decrypt data, need more data.
I do not know if it is relative issues.
Anyway, can you please help me ? I think I tried all possible solutions..
Hello @zagoramaria and welcome to the Community!
As per what was discussed in a previous questions here in Community , setup the sslBackend as openssl seems to be a valid fix on an issue where a user received the same error message you shared.
In this case, could you please run the command below
git config --global http.sslBackend openssl
and then try running the clone again and check if it works ?
Let me know in case you have any questions.
Thank you, @zagoramaria !
Patrik S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.