git config --global credential.helper store
会在用户主目录的.gitconfig文件中生成下面的配置。
[credential]
helper = store
如果没有--global,则在当前项目下的.git/config文件中添加。
git config --global credential.helper store
会在用户主目录的.gitconfig文件中生成下面的配置。
[credential]
helper = store
如果没有--global,则在当前项目下的.git/config文件中添加。
本文标题:git永久保存账号密码免去git重复输入账号密码操作
本文链接:https://www.haomeiwen.com/subject/qqpeaqtx.html
网友评论