永久记住密码

git config --global credential.helper store

只记住当前库的密码

git config credential.helper store

编辑.git/config 文件记住密码

也可以通过编辑 .git/config 文件以记住密码,只需要在该文件中添加如下代码即可。

[credential]
	helper = store