You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only fails if the git server uses (http) compression
git clone https://username:pwd@host.xyz/username/repository.git
What did you expect to occur after running these commands?
clone the repository successfully
What actually happened instead?
error: RPC failed; curl 23 Failed writing received data to disk/application
If the problem was occurring with a specific repository, can you provide the
URL to that repository to help us with testing?
Repository is private.
There is a known curl issue (curl/curl#13212) which can be related to this. It's present both in 8.7.0 and 8.7.1 curl versions.
It has been fixed in curl/curl#13219 but there is no new curl release yet.
The text was updated successfully, but these errors were encountered:
It has been fixed in curl/curl#13219 but there is no new curl release yet.
@Zayyy01 could you try your hand at a backport? It's a single commit that could be integrated like this backport: git-for-windows/MINGW-packages@e5725f2. If you then open a PR, the PR build will produce build artifacts including a Pacman package (which is really just a glorified .tar archive) whose contents you could unpack over a portable Git to verify that the fix works in your scenario (I cannot help testing that scenario because the repository is private).
If you can do that and confirm that this patch fixes your issue, I will gladly merge the PR!
@dscho thank you for the detailed answer. As I see curl 8.7.2 is planned to be released on May 22, 2024. As it's only a week from now, I'll wait for the official release and in the meantime temporarily switch off http compression in our internal git server.
@Zayyy01 if we wait for 8.7.2, we might miss the Git v2.45.2 train. The next Git version (and hence also the next Git for Windows version) is scheduled for end of July.
Setup
defaults?
to the issue you're seeing?
Only fails if the git server uses (http) compression
Details
Powershell
Minimal, Complete, and Verifiable example
this will help us understand the issue.
clone the repository successfully
error: RPC failed; curl 23 Failed writing received data to disk/application
URL to that repository to help us with testing?
Repository is private.
There is a known curl issue (curl/curl#13212) which can be related to this. It's present both in 8.7.0 and 8.7.1 curl versions.
It has been fixed in curl/curl#13219 but there is no new curl release yet.
The text was updated successfully, but these errors were encountered: