Setup
- Which version of Git for Windows are you using? Is it 32-bit or 64-bit?
git version 2.39.2.windows.1
cpu: x86_64
built from commit: a82fa99b36ddfd643e61ed45e52abe314687df67
sizeof-long: 4
sizeof-size_t: 8
shell-path: /bin/sh
feature: fsmonitor--daemon
- Which version of Windows are you running? Vista, 7, 8, 10? Is it 32-bit or 64-bit?
Microsoft Windows [Version 10.0.22000.1696]
- What options did you set as part of the installation? Or did you choose the
defaults?
> type "C:\Program Files\Git\etc\install-options.txt"
Editor Option: VIM
Custom Editor Path:
Default Branch Option:
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: Disabled
Enable Pseudo Console Support: Disabled
Enable FSMonitor: Disabled
- Any other interesting things about your environment that might be related
to the issue you're seeing?
Nothing. Vanilla install.
Details
- Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other
PowerShell
From another machine, if we do either push or pull, we will see the following errors.
git push
jplejacq@qipf1y4mle.quoininc.com's password:
git-receive-pack : The term 'git-receive-pack' is not recognized as the name of a cmdlet,
function, script file, or operable program. Check the spelling of the name, or if a path was
included, verify that the path is correct and try again.
At line:1 char:1
+ git-receive-pack '/Users/jplejacq/workspace/qi-credentials-doc'
+ ~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (git-receive-pack:String) [], CommandNotFoundExcept
ion
+ FullyQualifiedErrorId : CommandNotFoundException
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
If I rollback to version 2.39.2, the problem disappears. A file system search shows that the required executables git-send-pack.exe and git-receive-pack.exe are no longer distributed by 2.40.0. They were previously located under C:\Program Files\Git\mingw64\libexec\git-core\
Setup
defaults?
to the issue you're seeing?
Nothing. Vanilla install.
Details
PowerShell
Minimal, Complete, and Verifiable example
this will help us understand the issue.
From another machine, if we do either push or pull, we will see the following errors.
If I rollback to version 2.39.2, the problem disappears. A file system search shows that the required executables git-send-pack.exe and git-receive-pack.exe are no longer distributed by 2.40.0. They were previously located under C:\Program Files\Git\mingw64\libexec\git-core\