强曰为道

与天地相似,故不违。知周乎万物,而道济天下,故不过。旁行而不流,乐天知命,故不忧.

git 存储账号密码

Posted 8 months ago git

默认 缓存

git config --global credential.helper cache

缓存 1 小时

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

永久保存

git config --global credential.helper store

单存库


git clone http://user:[email protected]/name/project.git

点击评论