git pull 和 git push 记住用户名密码

执行

执行 git config credential.helper store

或者在 .gitconfig 添加

1
2
[credential]
helper = store