Skip to content

Commit 6f4986d

Browse files
authored
Merge pull request #693 from GitCredentialManager/update-wsl-docs
docs: update WSL guide with new Git For Windows path
2 parents e83d02f + 9a13f35 commit 6f4986d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/wsl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ _Inside your WSL installation_, run the following command to set GCM as the Git
2222
credential helper:
2323

2424
```shell
25-
git config --global credential.helper "/mnt/c/Program\ Files/Git/mingw64/libexec/git-core/git-credential-manager-core.exe"
25+
git config --global credential.helper "/mnt/c/Program\ Files/Git/mingw64/bin/git-credential-manager-core.exe"
2626
```
2727

2828
If you intend to use Azure DevOps you must _also_ set the following Git

0 commit comments

Comments
 (0)