当前位置:   article > 正文

GIT密码管理

git 密码管理
  1. git config --system --unset credential.helper //强制密码交互
  2. git config --global credential.helper store //密码永久保存
  3. git config –global credential.helper cache //密码临时保存
  4. git config credential.helper 'cache –timeout=3600' //密码指定保存时间

转载于:https://my.oschina.net/u/200350/blog/3094756

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/知新_RL/article/detail/886426
推荐阅读
相关标签
  

闽ICP备14008679号