Skip to content

Commit

Permalink
docs: fix path of user-only installation (git-ecosystem#1317)
Browse files Browse the repository at this point in the history
Fixed path for user-only installation of GCM for Windows.
Seems git-ecosystem#551 forgot to update this path.

version: v2.1.2
imagePath: `C:\Users\user`
```
$ git config --global credential.helper "/mnt/c/Users/user/AppData/Local/Programs/Git\ Credential\ Manager/git-credential-manager.exe"
$ git pull
Already up to date.
```
  • Loading branch information
mjcheetham committed Jul 5, 2023
2 parents 43ec9ae + cb0eb38 commit 685a9f6
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 @@ -68,7 +68,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\ Core/git-credential-manager.exe`
`/mnt/c/Users/<USERNAME>/AppData/Local/Programs/Git\ Credential\ Manager/git-credential-manager.exe`
instead.

## How it works
Expand Down

0 comments on commit 685a9f6

Please sign in to comment.