Skip to content

Commit 685a9f6

Browse files
authored
docs: fix path of user-only installation (#1317)
Fixed path for user-only installation of GCM for Windows. Seems #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. ```
2 parents 43ec9ae + cb0eb38 commit 685a9f6

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
@@ -68,7 +68,7 @@ After updating the `WSLENV` environment variable, restart your WSL installation.
6868
If you have installed GCM using the user-only installer (i.e, the `gcmuser-*.exe`
6969
installer and not the system-wide/admin required installer), you need to modify
7070
the above instructions to point to
71-
`/mnt/c/Users/<USERNAME>/AppData/Local/Programs/Git\ Credential\ Manager\ Core/git-credential-manager.exe`
71+
`/mnt/c/Users/<USERNAME>/AppData/Local/Programs/Git\ Credential\ Manager/git-credential-manager.exe`
7272
instead.
7373

7474
## How it works

0 commit comments

Comments
 (0)