记录git的用户名和密码 Jan 8, 2019 永久记住密码 git config --global credential.helper store 只记住当前库的密码 git config credential.helper store 编辑.git/config 文件记住密码 也可以通过编辑 .git/config 文件以记住密码,只需要在该文件中添加如下代码即可。 [credential] helper = store