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:
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.
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 --alldoes report an error, specificallyUsing
git fetchorgit fetch originis again silent.URL to that repository to help us with testing?
It appears to affect all repositories. That includes
git fetch --all.