> -----Original Message----- > From: Kevin L. Mitchell [mailto:kevin.mitch...@rackspace.com] > Sent: Thursday, June 11, 2015 10:46 AM > To: openstack-dev@lists.openstack.org > Subject: Re: [openstack-dev] Looking for help getting git-review to > work over https > > 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…)
Ok, the output from "git remote -v" is this: -------------- origin https://github.com/openstack/horizon.git (fetch) origin https://github.com/openstack/horizon.git (push) --------------- So there's obviously nothing to remove. As usual, running "git review -sv" times out on the ssh:29418 request. Are the "gitreview.scheme" and "gitreview.port" properties completely ignored here? __________________________________________________________________________ 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