Skip to content

Commit 63cb57c

Browse files
authored
Merge pull request #7937 from mwiemer-microsoft/wsl-git-cred
Fix git credential manager for WSL
2 parents 0524857 + c75db50 commit 63cb57c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/remote/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ Just follow these steps:
789789
2. Configure WSL to use the same credential helper, but running the following in a **WSL terminal**:
790790
791791
```bash
792-
git config --global credential.helper "/mnt/c/Program\ Files/Git/mingw64/bin/git-credential-manager-core.exe"
792+
git config --global credential.helper "/mnt/c/Program\ Files/Git/mingw64/bin/git-credential-manager.exe"
793793
```
794794
795795
Any password you enter when working with Git on the Windows side will now be available to WSL and vice versa.

0 commit comments

Comments
 (0)