摘要: 记录下避免每次都需要输入git 账密的方法。 设置记住密码十五分钟: git config --global credential.helper cache 如果你想自定义记住的时间,可以这样: git config credential.helper 'cache --timeout=3600' 阅读全文
posted @ 2020-08-05 09:50 萧蔷ink 阅读(355) 评论(0) 推荐(0)