Git 记住密码配置后,不用每次 pull、push 都需要输入密码:git config --global credential.helper store会在 ~/.gitconfig 看到:[credential] helper = store– EOF –