Created
January 29, 2019 10:20
-
-
Save LordMike/43501f7150de0257cb7145fa1248876b to your computer and use it in GitHub Desktop.
Sets up Windows Credential Manager for Git authentication in WSL Bash
This file contains hidden or 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
Download Zip | |
https://github.com/Microsoft/Git-Credential-Manager-for-Windows/releases | |
Unpack to | |
C:\Program Files\GitCredentialManager | |
Run, in bash: | |
git config --global credential.helper "/mnt/c/Program\ Files/GitCredentialManager/git-credential-manager.exe" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment