-
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 push/pull silently fail in latest snapshot #2737
Comments
Thank you for the report! I can reproduce this locally and will work on a fix. The most likely issue is that cURL has a new dependency on libbrotli, and I think that might not be included in the distribution for some reason. |
@krryan please note that the Pipeline to build and publish the updated |
@dscho So is there any update on this? The latest snapshot I see (on linked page) is still from 3 July. |
For some reason, the the Release Pipeline was not triggered automatically (granted, I worked all night and all morning on fixing things, so maybe it did not trigger when the rerun of the Git artifacts Pipeline succeeded). |
OK, thanks, I see that’s |
It's there now. |
@dscho OK, that seems to fix the problems, thank you. |
Setup
Specifically the snapshot from here, as with the release version of 2.27, I had a problem with
vim
, see #2736 and #2689.defaults?
to the issue you're seeing?
None.
Details
Git Bash
Minimal, Complete, and Verifiable example
this will help us understand the issue.
These commands pull from the upstream branch, or push to the same, or at the very least some kind of error message.
Absolutely nothing. There is no output, I’m just left with a new prompt:
I do note that
git fetch --all
does report an error, specificallyUsing
git fetch
orgit fetch origin
is again silent.URL to that repository to help us with testing?
It appears to affect all repositories. That includes
git fetch --all
.The text was updated successfully, but these errors were encountered: