解决 git push 时每次需要输入用户名密码 2020-07-08 本文已影响0人 萧格 解决 git push 时每次需要输入用户名密码 $ git config --global credential.helper store 配置后首次输出用户名密码会被保存 参考:Git-凭证存储