怎么让git记住密码

git如何push时不输入密码?

git config --global credential.helper store

更换账号时删除本地凭证

git config --global --unset credential.helper