Git防止重复输入用户名密码

75 阅读1分钟
  1. 命令行:git config --global credential.helper store
  2. .git/config 文件添加以下内容:
[credential]
    helper = store