Git会自动保存输入过的用户名、密码。
git config --system --unset credential.helper
sudo git config --system --unset credential.helper
Git之清除已保存的账户
原文:https://www.cnblogs.com/sea-breeze/p/9174557.html