File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ _Inside your WSL installation_, run the following command to set GCM as the Git
44
44
credential helper:
45
45
46
46
``` 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"
48
48
49
49
# For Azure DevOps support only
50
50
git config --global credential.https://dev.azure.com.useHttpPath true
@@ -64,7 +64,7 @@ After updating the `WSLENV` environment variable, restart your WSL installation.
64
64
65
65
If you have installed GCM using the user-only installer (i.e, the ` gcmuser-*.exe `
66
66
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 `
68
68
instead.
69
69
70
70
## How it works
You can’t perform that action at this time.
0 commit comments