git如何push时不输入密码?
git config --global credential.helper store
更换账号时删除本地凭证
git config --global --unset credential.helper
git如何push时不输入密码?
git config --global credential.helper store
更换账号时删除本地凭证
git config --global --unset credential.helper