首页
it技术
登录
6mi
u
盘
搜
搜 索
it技术
Git密码
Git密码
it
2024-11-13
4
Git密码
# 临时缓存
git
config --global --replace-all credential.helper
'cache --timeout=3600'
# 密码临时保存,默认是一个小时
git
config –global credential.helper cache
# 永久缓存
credential.helper store
# 强制密码交互,这种就是完全不保存密码,每次做操作都要输入
git
config --system --unset credential.helper
转载请注明原文地址: https://lol.8miu.com/read-20318.html
最新回复
(
0
)