相关文章推荐
聪明伶俐的脸盆  ·  2. java8 ...·  2 年前    · 
Create
cancel
Showing results for
Search instead for
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Error: RPC failed; curl 56 Failure when receiving data from the peer even if I set up proxy

zagoramaria
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
Aug 28, 2023

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