git use http

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密钥

 

 

发表评论

您的电子邮箱地址不会被公开。 必填项已用*标注