git保存密码 git每次提交代码都要输入一次密码, 这太麻烦了, 可以在(需要使用git bash打开, 在提交的项目下).git/config中添加配置 12[credential] helper = store 完整代码 12345678910111213141516[core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = true symlinks = false ignorecase = true[remote "origin"] url = https://gitee.com/xialonggui/yygh-admin.git fetch = +refs/heads/*:refs/remotes/origin/*[branch "master"] remote = origin merge = refs/heads/master[credential] helper = store 参考: git设置用户名密码 https://blog.csdn.net/qq_15437667/article/details/51029757 git #git git保存密码 https://xiamu.icu/git/git保存密码/ 作者 肉豆蔻吖 发布于 2023年5月20日 许可协议 SpringSecurity 上一篇 Hexo+github图片问题 下一篇 Please enable JavaScript to view the comments