MicrosoftDocs / WSL

Source code behind the Windows Subsystem for Linux documentation.
https://docs.microsoft.com/windows/wsl
Other
1.89k stars 562 forks source link

Specifying git credential manager is incorrect #1645

Open ericgross2 opened 1 year ago

ericgross2 commented 1 year ago

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

ptisma commented 1 year ago

Why isn't this still fixed, wasted an hour trying to setup git but was missing the fact that docs were wrong