git重置用户git账号与密码
1、git config --system --unset credential.helper
2、git config --global credential.helper store
3、git pull
输入用户名(邮箱)+密码
1、git config --system --unset credential.helper
2、git config --global credential.helper store
3、git pull
输入用户名(邮箱)+密码