WSL: Difference between revisions

From Fundamental Ramen
Jump to navigation Jump to search
Line 14: Line 14:
       GitHub HTTP auth
       GitHub HTTP auth
</quickmmd>
</quickmmd>
== git ==
<syntaxhighligh lang="bash">
git config --global credential.helper "/mnt/c/Program\ Files/Git/mingw64/bin/git-credential-manager.exe"
</syntaxhighligh>

Revision as of 08:40, 15 September 2026

TODO

git

<syntaxhighligh lang="bash"> git config --global credential.helper "/mnt/c/Program\ Files/Git/mingw64/bin/git-credential-manager.exe" </syntaxhighligh>