Skip to content

Commit 00b8ce5

Browse files
authored
Default installation path for GCM core has changed
Default installation path now has "Core" in the name.
1 parent 0fb970d commit 00b8ce5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/wsl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ _Inside your WSL installation_, run the following command to set GCM as the Git
4444
credential helper:
4545

4646
```shell
47-
git config --global credential.helper "/mnt/c/Program\ Files\ \(x86\)/Git\ Credential\ Manager/git-credential-manager-core.exe"
47+
git config --global credential.helper "/mnt/c/Program\ Files\ \(x86\)/Git\ Credential\ Manager\ Core/git-credential-manager-core.exe"
4848

4949
# For Azure DevOps support only
5050
git config --global credential.https://dev.azure.com.useHttpPath true
@@ -64,7 +64,7 @@ After updating the `WSLENV` environment variable, restart your WSL installation.
6464

6565
If you have installed GCM using the user-only installer (i.e, the `gcmuser-*.exe`
6666
installer and not the system-wide/admin required installer), you need to modify
67-
the above instructions to point to `/mnt/c/Users/<USERNAME>/AppData/Local/Programs/Git\ Credential\ Manager/git-credential-manager-core.exe`
67+
the above instructions to point to `/mnt/c/Users/<USERNAME>/AppData/Local/Programs/Git\ Credential\ Manager\ Core/git-credential-manager-core.exe`
6868
instead.
6969

7070
## How it works

0 commit comments

Comments
 (0)