git永久记住密码
git config --global credential.helper store
下次输入账号密码,会被git记住
git修改密码
git config --system --unset credential.helper
以上命令会清除git账号密码,清除完成之后输入
git config --global credential.helper store
下次输入账号密码,会被git记住
git config --global credential.helper store
下次输入账号密码,会被git记住
git config --system --unset credential.helper
以上命令会清除git账号密码,清除完成之后输入
git config --global credential.helper store
下次输入账号密码,会被git记住