赞
踩
git config -l
git config --global user.name “账号”
git config --global user.email “邮箱”
设置记住密码(说明:一般默认时长为15分钟)
git config –global credential.helper cache
自定义过期时间:
git config credential.helper ‘cache –timeout=3600’
设置为一个小时之后失效
长期存储密码:
git config –global credential.helper store
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。