当前位置:   article > 正文

git保存用户名密码的方式_git 保存密码

git 保存密码

1、设置记住密码(默认15分钟):

git config --global credential.helper cache

git config credential.helper cache

2、如果想自己设置时间,可以这样做:

git config credential.helper 'cache --timeout=3600'

这样就设置一个小时之后失效

3、长期存储密码:

git config --global credential.helper store

git config credential.helper store

4、增加远程地址的时候带上密码也是可以的。(推荐)

http://yourname:password@git.oschina.net/name/project.git

  1. git push 超过100M解决办法

git config http.postBuffer 524288000(500M)

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

闽ICP备14008679号