Last active
April 4, 2022 08:47
-
-
Save kiview/c3e8bc5175cf8c962996f9c9995f65fa to your computer and use it in GitHub Desktop.
Connect the Windows Git Credential Manager Core to Git in WSL2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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