方案一:
1、打开控制面板
2、修改密码
方案二:
git config --system --unset credential.helper git config --global credential.helper store
重新将代码push到远程仓库就会提示输入用户名和新密码。
2024-02-07 20:45:41
1、打开控制面板
2、修改密码
git config --system --unset credential.helper git config --global credential.helper store
重新将代码push到远程仓库就会提示输入用户名和新密码。