<tt><font size=2>Jennifer Mulsow/Austin/IBM@IBMUS wrote on 10/06/2014
06:45:21 PM:<br>
<br>
> I have followed the instructions on </font></tt><a href=https://wiki.openstack.org/wiki/><tt><font size=2>https://wiki.openstack.org/wiki/</font></tt></a><tt><font size=2><br>
> Gerrit_Workflow and am trying to fetch the nova repository, but it
<br>
> fails with "Permission denied (publickey)." I believe this
has <br>
> something to do with my specific account on review.openstack.org,
<br>
> but not sure what.<br>
> <br>
> git remote add origin ssh://jmulsow@review.openstack.org:29418/<br>
> openstack/nova.git<br>
> git fetch origin<br>
> Permission denied (publickey).<br>
> fatal: Could not read from remote repository.<br>
> <br>
> Please make sure you have the correct access rights<br>
> and the repository exists.</font></tt>
<br>
<br><tt><font size=2>Maybe I am blind tonight, but I do not see where the
Gerrit_Workflow wiki page is telling you to `git fetch origin`.  When
starting from scratch (which I suppose you are), you want a command like
this:</font></tt>
<br>
<br><tt><font size=2>git clone git://git.openstack.org/openstack/nova.git</font></tt>
<br><tt><font size=2><br>
Your SSH test looks valid to me, I do not see why it should fail.</font></tt>
<br>
<br><tt><font size=2>Regards,</font></tt>
<br><tt><font size=2>Mike</font></tt>