git use http 发表评论 / git / 作者: byte git 使用http 保存密码 touch /root/.git-credentials #创建文件 git config –global credential.helper ‘store –file ~/.git-credentials’ #git关联 echo “http://username:password@host” > /root/.git-credentials #添加http密钥