WSL: Difference between revisions

From Fundamental Ramen
Jump to navigation Jump to search
Line 17: Line 17:
== git ==
== git ==


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

Revision as of 08:40, 15 September 2026

TODO

git

git config --global credential.helper "/mnt/c/Program\ Files/Git/mingw64/bin/git-credential-manager.exe"