Skip to content

Instantly share code, notes, and snippets.

@macel94
Created April 28, 2024 16:15
Show Gist options
  • Save macel94/8016fdc2943113d425e191a55759057e to your computer and use it in GitHub Desktop.
Save macel94/8016fdc2943113d425e191a55759057e to your computer and use it in GitHub Desktop.
global .gitconfig in WSL that works and forces my auth for github but delegates to gcm the actual auth
[credential "https://dev.azure.com"]
useHttpPath = true
[credential]
helper = /mnt/c/Program\\ Files/Git/mingw64/bin/git-credential-manager.exe
[credential "https://github.com"]
username = macel94
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment