Skip to content

Instantly share code, notes, and snippets.

@pierremtb
Created November 28, 2019 16:54
Show Gist options
  • Save pierremtb/66f54b3e2e98a5a1133640b366bc5d5c to your computer and use it in GitHub Desktop.
Save pierremtb/66f54b3e2e98a5a1133640b366bc5d5c to your computer and use it in GitHub Desktop.
Git WSL
git config --global credential.github.com.useHttpPath true
git config --global credential.helper "/mnt/c/Program\ Files/Git/mingw64/libexec/git-core/git-credential-manager.exe"
git config --global core.autocrlf true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment