Closed AlefRP closed 2 weeks ago
Can you paste the contents of /etc/install-options.txt
?
git config --global credential.helper "/c/Program\ Files\ (x86)/Git\ Credential\ Manager/git-credential-manager.exe"
Also, does it work if you delete the \(x86\)
part from this command-line?
It worked, even with the \(x86\)
part. But I had to set the path to the credential manager manually.
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: Enabled
Enable FSMonitor: Disabled
And which Git for Windows installer did you download? In a Git Bash, what is the output of cat /etc/gitconfig
and ls -l /mingw64/bin/git*
?
Are you installing the 32-bit or the 64-bit installer? That is not clear from the link you sent.
Ah, the screenshot reveals that you are using the 32-bit installer. Please use the 64-bit installer instead.
Strange, because I had installed the 64 bit version. Thanks.
Maybe you had a 32-bit version originally, and installing the 64-bit version was not able to detect it (and therefore could not remove it when upgrading).
System Information:
Description
During the installation of Git for Windows, I was prompted to enable the Git Credential Manager (GCM). However, after completing the installation, I discovered that GCM was not installed alongside Git. To resolve this, I had to manually download GCM from this repository and configure it using the following command:
Steps to Reproduce
git-credential-manager.exe
was not found.Expected Behavior
The Git Credential Manager should be installed automatically when selected during the Git setup process.
Actual Behavior
The Git Credential Manager was not installed, requiring manual installation and manual configuration and directory specification.
Please address this issue to ensure Git Credential Manager is properly installed with Git for Windows. Thank you!