On Thu, 2015-06-11 at 16:42 +0000, KARR, DAVID wrote:
> Concerning the question ‘Do you have "gerrit" remote already
> configured?’, I guess I’d have to say I don’t know. I’ve followed
> instructions for setting up my pub key, but I’m not sure exactly what
> is entailed in “gerrit remote”.

The "git review" command does its magic, in part, through configuring a
"git remote" on the repository.  Go to the repository and do a "git
remote -v" and look for any lines beginning with "gerrit"; they probably
have the SSH URL instead of the https URL.  You should be able to use
"git remote remove gerrit" and re-run the "git review -s" to get that
all fixed up.  (Could also use "git remote set-url", FYI, but I figured
starting from scratch may be easier for you…)
-- 
Kevin L. Mitchell <kevin.mitch...@rackspace.com>
Rackspace


__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to