From d3ecd76ae17152403de4a1c7c6ec1389c3c64925 Mon Sep 17 00:00:00 2001 From: Matthew John Cheetham Date: Mon, 27 Mar 2023 14:39:26 -0700 Subject: [PATCH] docs: call out different GCM install paths in WSL docs --- docs/wsl.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/wsl.md b/docs/wsl.md index f37ff614c..8007fc74b 100644 --- a/docs/wsl.md +++ b/docs/wsl.md @@ -25,6 +25,9 @@ credential helper: git config --global credential.helper "/mnt/c/Program\ Files/Git/mingw64/bin/git-credential-manager.exe" ``` +> **Note:** the location of git-credential-manager.exe may be different in your +installation of Git for Windows. + If you intend to use Azure DevOps you must _also_ set the following Git configuration _inside of your WSL installation_.