git 存储账号密码
Posted 6 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