Skip to content

Commit

Permalink
docs: update WSL guide with new Git For Windows path
Browse files Browse the repository at this point in the history
Update WSL guide to reflect GCM's move from the libexec/git-core directory
in Git for Windows to the bin directory.
  • Loading branch information
ldennington committed May 11, 2022
1 parent e83d02f commit 9a13f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/wsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ _Inside your WSL installation_, run the following command to set GCM as the Git
credential helper:

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

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

0 comments on commit 9a13f35

Please sign in to comment.