WSL

From Fundamental Ramen
Revision as of 08:54, 15 September 2026 by Tacoball (talk | contribs) (→‎git)
Jump to navigation Jump to search

TODO

git

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

# 在 ~/.bashrc 中寫入 GCM_WEB_BROWSER 環境變數
echo 'export GCM_WEB_BROWSER="edge"' >> ~/.bashrc   # 可填 edge, chrome, 或 firefox
source ~/.bashrc