📜  git 不要求输入密码 - Shell-Bash 代码示例

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

代码示例1
git config --system --unset credential.helper
git config --global --unset credential.helper
git config --local --unset credential.helper