Skip to content

Instantly share code, notes, and snippets.

@kiview
Last active April 4, 2022 08:47
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kiview/c3e8bc5175cf8c962996f9c9995f65fa to your computer and use it in GitHub Desktop.
Save kiview/c3e8bc5175cf8c962996f9c9995f65fa to your computer and use it in GitHub Desktop.
Connect the Windows Git Credential Manager Core to Git in WSL2
# https://github.com/microsoft/Git-Credential-Manager-Core
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