Hi Jorge,
I’m afraid I’m not familiar with your issue, please speak up anybody else on the list who has had and resolved a similar issue.
In the meantime I will put you in touch with somebody at trustedfirmware.org who manage the support infrastructure to see if they can help.
Joanna
From: TF-A <tf-a-bounces@lists.trustedfirmware.org> on behalf of Jorge Troncoso via TF-A <tf-a@lists.trustedfirmware.org>
Reply to: Jorge Troncoso <jatron@google.com>
Date: Wednesday, 29 September 2021 at 16:01
To: "tf-a@lists.trustedfirmware.org" <tf-a@lists.trustedfirmware.org>, Anand Saminathan <anans@google.com>
Subject: Re: [TF-A] Issue submitting changes for review at https://review.trustedfirmware.org
Hello! Gentle reminder, has anyone had issues uploading patches to https://review.trustedfirmware.org recently?
On Mon, Sep 27, 2021 at 8:00 AM Jorge Troncoso <jatron@google.com> wrote:
Hi all,
I tried submitting a change for review at https://review.trustedfirmware.org, but I ran into authentication issues.
1. First try (https):
$ git push origin HEAD:refs/for/integration
Username for 'https://review.trustedfirmware.org': jatron
Password for 'https://jatron@review.trustedfirmware.org':
remote: Unauthorized
fatal: Authentication failed for 'https://review.trustedfirmware.org/TF-A/trusted-firmware-a/'
I tried clicking "GENERATE NEW PASSWORD" in https://review.trustedfirmware.org/settings/, but I got the following error message:
An error occurred
Error 500 (Server Error): Internal server error
Endpoint: /accounts/self/password.http
2. Second try (ssh):
I got the following error message when I tried registering a new SSH key for use with Gerrit. This happened when I clicked "ADD NEW SSH KEY" in https://review.trustedfirmware.org/settings/.
An error occurred
Error 500 (Server Error): Internal server error
Endpoint: /accounts/self/sshkeys
The error message didn't stop the GUI from recording my key though. My new key was listed under "SSH keys" after the change. When I ran a git push command using ssh, I got the following error.
$ git push ssh://jatron@review.trustedfirmware.org/TF-A/trusted-firmware-a HEAD:refs/for/integration
jatron@review.trustedfirmware.org: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Am I doing something incorrectly? Any help would be much appreciated. If this is not the mailing list for these types of questions, please let me know so I can reroute my email to the proper destination.
Thanks,
Jorge Troncoso