We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428b40a commit 30e6a5cCopy full SHA for 30e6a5c
docs/wsl.md
@@ -44,7 +44,7 @@ _Inside your WSL installation_, run the following command to set GCM as the Git
44
credential helper:
45
46
```shell
47
-git config --global credential.helper "/mnt/c/Program\ Files\ \(x86\)/Git\ Credential\ Manager\ Core/git-credential-manager-core.exe"
+git config --global credential.helper "/mnt/c/Program\ Files\ \(x86\)/Git\ Credential\ Manager/git-credential-manager-core.exe"
48
49
# For Azure DevOps support only
50
git config --global credential.https://dev.azure.com.useHttpPath true
0 commit comments