Skip to content

Commit

Permalink
Default installation path for GCM core has changed
Browse files Browse the repository at this point in the history
Default installation path now has "Core" in the name.
  • Loading branch information
jessehouwing authored Jan 15, 2022
1 parent 0fb970d commit 00b8ce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/wsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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\ \(x86\)/Git\ Credential\ Manager/git-credential-manager-core.exe"
git config --global credential.helper "/mnt/c/Program\ Files\ \(x86\)/Git\ Credential\ Manager\ Core/git-credential-manager-core.exe"

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

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

## How it works
Expand Down

0 comments on commit 00b8ce5

Please sign in to comment.