无法将更改推送到 gerrithub.io
Unable to push changes into gerrithub.io
我这里有仓库 Link to the repo
我克隆了它并做了一些更改,但是当我尝试推送它时。
它给我以下错误:
$ git push origin HEAD:refs/for/master
Username for 'https://review.gerrithub.io': ardyflora
Password for 'https://ardyflora@review.gerrithub.io':
fatal: Authentication failed for
'https://review.gerrithub.io/ardyflora/virginPulseAuto/'
我什至添加了 ssh 密钥。任何指示或帮助将不胜感激:)
HTTPS 身份验证失败。最好您可以尝试使用 SSH。
使用浏览器复制存储库的 SSH URL 并更新本地 origin
。
$ git remote set-url origin <ssh-clone-url>
$ git push origin HEAD:refs/for/master
我这里有仓库 Link to the repo
我克隆了它并做了一些更改,但是当我尝试推送它时。
它给我以下错误:
$ git push origin HEAD:refs/for/master
Username for 'https://review.gerrithub.io': ardyflora
Password for 'https://ardyflora@review.gerrithub.io':
fatal: Authentication failed for
'https://review.gerrithub.io/ardyflora/virginPulseAuto/'
我什至添加了 ssh 密钥。任何指示或帮助将不胜感激:)
HTTPS 身份验证失败。最好您可以尝试使用 SSH。
使用浏览器复制存储库的 SSH URL 并更新本地 origin
。
$ git remote set-url origin <ssh-clone-url>
$ git push origin HEAD:refs/for/master