标签: git gitlab
我刚刚在git上更改了密码,当我尝试推送时,我在终端中收到错误消息
致命:“https://gitlab.digitas.com/flag/promo-hlgen-alt-7.git/”的身份验证失败
致命:“https://gitlab.digitas.com/flag/promo-hlgen-alt-7.git/”
我想知道如何从终端更新密码,以避免此错误。
建议?
答案 0 :(得分:1)
我强烈建议您使用SSH密钥。但是,我会帮忙的。您只需运行git config --global credential.helper cache
git config --global credential.helper cache
要生成SSH密钥,请参阅here