Skip to content

Instantly share code, notes, and snippets.

@LordMike
Created January 29, 2019 10:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LordMike/43501f7150de0257cb7145fa1248876b to your computer and use it in GitHub Desktop.
Save LordMike/43501f7150de0257cb7145fa1248876b to your computer and use it in GitHub Desktop.
Sets up Windows Credential Manager for Git authentication in WSL Bash
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