解决 git push 时每次需要输入用户名密码
git push
$ git config --global credential.helper store
配置后首次输出用户名密码会被保存
参考:Git-凭证存储