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.
2 parents 9541199 + 1de5751 commit 8599002Copy full SHA for 8599002
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/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