📜  git save password global - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:42.685000             🧑  作者: Mango

代码示例1
git config --global user.name "your username"
git config --global user.password "your password"

git config --global credential.helper store