-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git clone "error: RPC failed; curl 56 Failure when receiving data from the peer" #5265
Comments
We are seeing the same thing:
Adding Install options
|
This error looks a bit different than
though. In any case, maybe switching to the Secure Channel backend via |
On my client and server this is already in the Client:
Server:
|
Oddly enough, I was having the same Issue when I need to clone "googletest" as part of my make file build. (cmake ..)
Attempting to install the submodule with
seems to work (bypass the GnuTLS error), yet when I proceed onwards to actually building the program files, I now obtain a sort of error (see openfheorg/openfhe-development#409) which I would have not got if everything ran smoothly from the start (I verified this by attempting to set up the program files on a different machine)
[See the Linux installation instructions of https://github.com/openfheorg/openfhe-development --- to attempt to replicate the exact issue] |
Setup
defaults?
to the issue you're seeing?
Repository is hosted on a Server with git-http-backend.exe
Details
Bash/CMD
Minimal, Complete, and Verifiable example
this will help us understand the issue.
Cloning without errors.
I don't know where to start because the error message is unhelpful.
Randomly setting
on the client and server has had no effect.
Setting
GIT_HTTP_MAX_REQUEST_BUFFER
to100M
from default10M
has no effect.GIT_CURL_VERBOSE=1
does not reveal any helpful information to me.A shallow clone works without error:
The text was updated successfully, but these errors were encountered: