git 重设密码后,提示 Authentication failed for
1. 第一步操作,记住密码
git config --global credential.helper store
2. 拉代码
git pull
3. 重新输入账号密码(会有一个小弹框提示输入)
4. 或者重新输入账号密码
git config --global user.name "**用户名*" git config --global user.password "**密码**"
1. 第一步操作,记住密码
git config --global credential.helper store
2. 拉代码
git pull
3. 重新输入账号密码(会有一个小弹框提示输入)
4. 或者重新输入账号密码
git config --global user.name "**用户名*" git config --global user.password "**密码**"