2021-10-19

DevOps

00

请注意,本文编写于

1683

天前,最后修改于

1409

天前,其中某些信息可能已经过时。

目录

临时保存

长期保存

临时保存

# 默认15分钟 git config --global credential.helper cache # 自定义 git config credential.helper 'cache --timeout=3600'

长期保存

# 手动设置 git config --global credential.helper store # 添加远程的时候附带 http://yourname:password@git.oschina.net/name/project.git

如果对你有用的话,可以打赏哦

打赏

ali pay

wechat pay

本文作者:mereith

本文链接:

版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!

目录

临时保存

长期保存