Re: [openstack-dev] [all] need help with my first commit: The branch 'master' does not exist on the given remote 'gerrit'

2015-04-16 Thread Tran, Steven
Just thought I should add the solution in case others run into the same issue. In my case I miss the following line in the configuration: remote.gerrit.fetch=+refs/heads/*:refs/remotes/gerrit/* Regards, -Steven From: Tran, Steven Sent: Monday, January 26, 2015 9:10 PM To:

Re: [openstack-dev] [all] need help with my first commit: The branch 'master' does not exist on the given remote 'gerrit'

2015-04-16 Thread Jeremy Stanley
On 2015-04-16 17:46:09 + (+), Tran, Steven wrote: Just thought I should add the solution in case others run into the same issue. In my case I miss the following line in the configuration: remote.gerrit.fetch=+refs/heads/*:refs/remotes/gerrit/* Also worth noting, we've tried to

Re: [openstack-dev] [all] need help with my first commit: The branch 'master' does not exist on the given remote 'gerrit'

2015-01-27 Thread Zaro
Hello. I think there might be something wrong with git-review in your env. You might want try in another env, preferably linux if its handy. I noticed your origin is from github? you should clone from here instead: http://git.openstack.org/cgit/stackforge/congress Here's what you should get

[openstack-dev] [all] need help with my first commit: The branch 'master' does not exist on the given remote 'gerrit'

2015-01-26 Thread Tran, Steven
Hi, Can someone point out what I miss that results in the following warning? $ git review The branch 'master' does not exist on the given remote 'gerrit'. If these changes are intended to start a new branch, re-run with the '-R' option enabled. I believe I shouldn't do git review -R because