避免反复输入用户名/密码

git config --global credential.helper store

清除本地凭据

git credential reject
# 或指定地址:
git credential reject https://xxx.com
作者:freed  创建时间:2025-03-28 10:30
最后编辑:freed  更新时间:2025-03-28 10:33