Skip to content
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

Closed
1 task done
krryan opened this issue Jul 6, 2020 · 7 comments
Closed
1 task done

Git push/pull silently fail in latest snapshot #2737

krryan opened this issue Jul 6, 2020 · 7 comments

Comments

@krryan
Copy link

krryan commented Jul 6, 2020

  • I was not able to find an open or closed issue matching what I'm seeing

Setup

  • Which version of Git for Windows are you using? Is it 32-bit or 64-bit?

Specifically the snapshot from here, as with the release version of 2.27, I had a problem with vim, see #2736 and #2689.

$ git --version --build-options

git version 2.27.0.windows.1.14.g53ca6a200a.20200703211506
cpu: x86_64
built from commit: 53ca6a200af1dac9408eb552b469b2f8b48534de
sizeof-long: 4
sizeof-size_t: 8
  • Which version of Windows are you running? Vista, 7, 8, 10? Is it 32-bit or 64-bit?
$ cmd.exe /c ver

Microsoft Windows [Version 10.0.18362.900]
(c) 2019 Microsoft Corporation. All rights reserved.
  • What options did you set as part of the installation? Or did you choose the
    defaults?
# One of the following:
> type "C:\Program Files\Git\etc\install-options.txt"
> type "C:\Program Files (x86)\Git\etc\install-options.txt"
> type "%USERPROFILE%\AppData\Local\Programs\Git\etc\install-options.txt"
$ cat /etc/install-options.txt

Editor Option: VIM
Custom Editor Path:
Path Option: Cmd
SSH Option: OpenSSH
Tortoise Option: false
CURL Option: OpenSSL
CRLF Option: CRLFAlways
Bash Terminal Option: MinTTY
Git Pull Behavior Option: Merge
Use Credential Manager: Enabled
Performance Tweaks FSCache: Enabled
Enable Symlinks: Enabled
Enable Pseudo Console Support: Disabled
  • Any other interesting things about your environment that might be related
    to the issue you're seeing?

None.

Details

  • Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other

Git Bash

git pull
git push
git pull origin
git push origin
git push origin master
  • What did you expect to occur after running these commands?

These commands pull from the upstream branch, or push to the same, or at the very least some kind of error message.

  • What actually happened instead?

Absolutely nothing. There is no output, I’m just left with a new prompt:

$ git pull

$ _

I do note that git fetch --all does report an error, specifically

$ git fetch --all
Fetching origin
error: Could not fetch origin

Using git fetch or git fetch origin is again silent.

  • If the problem was occurring with a specific repository, can you provide the
    URL to that repository to help us with testing?

It appears to affect all repositories. That includes git fetch --all.

@dscho
Copy link
Member

dscho commented Jul 7, 2020

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.

@dscho
Copy link
Member

dscho commented Jul 7, 2020

@krryan please note that the Pipeline to build and publish the updated mingw-w64-curl package is running, and after that, a new snapshot will have to be built. I'll try to remember to ask you to test it once it is available.

@krryan
Copy link
Author

krryan commented Jul 8, 2020

@dscho So is there any update on this? The latest snapshot I see (on linked page) is still from 3 July.

@dscho
Copy link
Member

dscho commented Jul 8, 2020

@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).

@krryan
Copy link
Author

krryan commented Jul 8, 2020

OK, thanks, I see that’s running done now. Much appreciated, will test.

@dscho
Copy link
Member

dscho commented Jul 8, 2020

It's there now.

@krryan
Copy link
Author

krryan commented Jul 8, 2020

@dscho OK, that seems to fix the problems, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants