2021-10-19 DevOps
请注意,本文编写于
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
如果对你有用的话,可以打赏哦
打赏


本文作者:mereith
本文链接:
版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!
目录
临时保存
长期保存
2021-10-19 DevOps
请注意,本文编写于
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
如果对你有用的话,可以打赏哦
打赏


本文作者:mereith
本文链接:
版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!
目录
临时保存
长期保存