Lost access to Zephyr git and gerrit


Pawel Wodnicki <root@...>
 

Hi,

I am experiencing problems with access to Zephyr sites.
I can no longer login into Zephyr gerrit :-(
I have checked my linuxfoundation.org login and it only works from Firefox, I can not login from Chrome, strange.

I can clone and pull from git but when I try to setup hooks using scp I get Permission denied (publickey) see below.

pawel(a)dell-pw:/usr/local/src/zephyr/zephyr-project$ scp -p -P 29418 gerrit.zephyrproject.org:hooks/commit-msg .git/hooks/
Permission denied (publickey).


Is this a known problem?

Pawel


Yannis Damigos
 

Hi Pawel,

Adding my username before the gerrit.zephyrproject.org worked for me.
The command should be like this (where 'username' your username):
~$ scp -p -P 29418 username(a)gerrit.zephyrproject.org:hooks/commit-msg
.git/hooks/

Yannis

On Thu, Mar 17, 2016 at 8:21 AM, Pawel Wodnicki <root(a)32bitmicro.com> wrote:
Hi,

I am experiencing problems with access to Zephyr sites.
I can no longer login into Zephyr gerrit :-(
I have checked my linuxfoundation.org login and it only works from Firefox, I can not login from Chrome, strange.

I can clone and pull from git but when I try to setup hooks using scp I get Permission denied (publickey) see below.

pawel(a)dell-pw:/usr/local/src/zephyr/zephyr-project$ scp -p -P 29418 gerrit.zephyrproject.org:hooks/commit-msg .git/hooks/
Permission denied (publickey).


Is this a known problem?

Pawel


Pawel Wodnicki <root@...>
 

Hi Yannis,

It worked!
Looks like I have followed instructions a little too close :-)
Thanks for pointing the problem.

Pawel