1、删除密码
git config --system --unset credential.helper
2、保存密码
git config --global credential.helper store