代码改变世界

git保存仓库的账号密码

2021-06-22 11:16  方斌  阅读(171)  评论(0)    收藏  举报

git保存仓库的账号密码

1、执行保存账号命令

保存本地仓库的账号

git config --local credential.helper store

保存git全局账号

git config --global credential.helper store