Skip to content

Instantly share code, notes, and snippets.

@tonesandtones
Last active November 17, 2021 04:58
Show Gist options
  • Save tonesandtones/f8928ad018602427417ffd917336a618 to your computer and use it in GitHub Desktop.
Save tonesandtones/f8928ad018602427417ffd917336a618 to your computer and use it in GitHub Desktop.
Windows Git credential manager in WSL
[credential]
helper = /mnt/c/Program\\ Files/Git/mingw64/libexec/git-core/git-credential-manager-core.exe
# or
# $ git config --global credential.helper "/mnt/c/Program\ Files/Git/mingw64/libexec/git-core/git-credential-manager-core.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment