linux下git免密码登录配置
编辑git-credentials文件vi ~/.git-credentials文件中添加https://username:passeord@项目地址如果账号密码中有@符号,用40%代替git config --global credential.helper storevi .gitconfig出现helper = store添加链接描述...
·
- 编辑git-credentials文件
vi ~/.git-credentials
- 文件中添加
https://username:passeord@项目地址
如果账号密码中有@符号,用40%代替
git config --global credential.helper store
vi .gitconfig
出现helper = store
https://blog.csdn.net/weixin_34043301/article/details/88772824
更多推荐
已为社区贡献1条内容
所有评论(0)