You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With latest MS git client, the documentation (https://learn.microsoft.com/en-us/windows/wsl/tutorials/wsl-git) says to specify the git credential manager as:
git config --global credential.helper "/mnt/c/Program\ Files/Git/mingw64/bin/git-credential-manager-core.exe"
However, I needed to specify it as:
git config --global credential.helper "/mnt/c/Program\ Files/Git/mingw64/libexec/git-core/git-credential-wincred.exe"
Documentation Issue
With latest MS git client, the documentation (https://learn.microsoft.com/en-us/windows/wsl/tutorials/wsl-git) says to specify the git credential manager as:
git config --global credential.helper "/mnt/c/Program\ Files/Git/mingw64/bin/git-credential-manager-core.exe"
However, I needed to specify it as:
git config --global credential.helper "/mnt/c/Program\ Files/Git/mingw64/libexec/git-core/git-credential-wincred.exe"
Link to documentation page
https://learn.microsoft.com/en-us/windows/wsl/tutorials/wsl-git
Suggested Improvements
See above
The text was updated successfully, but these errors were encountered: