在git bash 中执行命令:git config --global credential.helper store
使用的时候输入一次账号密码,下次就不用再次输入
若账号密码输错,又不弹出再次输入用户密码的解决方法(重置设置):
git config --system --unset credential.helper
在git bash 中执行命令:git config --global credential.helper store
使用的时候输入一次账号密码,下次就不用再次输入
若账号密码输错,又不弹出再次输入用户密码的解决方法(重置设置):
git config --system --unset credential.helper