一、通过文件方式
1.在~/下, touch创建文件 .git-credentials, 用vim编辑此文件,输入内容格式:
touch .git-credentials vim .git-credentials
在里面按“i”然后输入: https://{username}:{password}@github.com
比如 https://account:password@github.com
2. 在终端下执行
git config --global credential.helper store
3. 可以看到~/.gitconfig文件,会多了一项:
[credential] helper = store
4.OK
二、通过缓存方式
要求:git版本需要>=1.7.10
git config --global credential.helper cache # 默认缓存密码15分钟,可以改得更长, 比如1小时 git config --global credential.helper 'cache --timeout=3600'
git pull http://test@git.test.cn:8080/zhima/test.git master
转https://www.cnblogs.com/boystar/p/5644025.html
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步