如何在 Git 中保存用户名和密码?
git config --global credential.helper store 采用http、https模式可自动记录账号密码,不用每次输入
git config --system --unset credential.helper 即可重新输入账号密码
git config --global credential.helper store 采用http、https模式可自动记录账号密码,不用每次输入
git config --system --unset credential.helper 即可重新输入账号密码