Git防止重复输入用户名密码 耳朵养鲸鱼 2023-04-11 44 阅读1分钟 命令行:git config --global credential.helper store .git/config 文件添加以下内容: [credential] helper = store