First time here? Check out the FAQ!
2018-02-02 16:45:45 -0600 | received badge | ● Popular Question (source) |
2018-02-02 16:45:45 -0600 | received badge | ● Notable Question (source) |
2016-10-11 13:26:44 -0600 | received badge | ● Student (source) |
2015-03-22 16:57:31 -0600 | received badge | ● Supporter (source) |
2015-03-22 16:57:26 -0600 | commented answer | Could not connect to gerrit Got it. Thanks! |
2015-03-22 16:22:07 -0600 | commented answer | Could not connect to gerrit Ok that finally worked!! I opened an openstack foundation member account, then successfully updated my gerrit review account, then managed to git review. Wow! (I should have read all the small letters on the workflow.. sorry and thanks!). Should I git push? (my commit isn't pushed) |
2015-03-22 11:14:34 -0600 | commented answer | Could not connect to gerrit dbaxps I didn't get your "push to openstack-manuals repo". I didn't change the .gitreview file, and it contains: |
2015-03-22 10:05:00 -0600 | commented answer | Could not connect to gerrit Got it. Tried to add contact information and got Code Review - Error Server Error Cannot store contact information |
2015-03-22 09:29:21 -0600 | commented answer | Could not connect to gerrit Thanks for the help. I did sign the ICLA and I did went (or at least I'm sure I did) through all the steps of the manual. Still get the same error. Any other ideas? Does my account still seems to miss the contact information? |
2015-03-22 08:37:21 -0600 | received badge | ● Famous Question (source) |
2015-03-22 07:14:57 -0600 | commented answer | Could not connect to gerrit I tried to do git review again (now from other network) - the above connection and SSH checks works, but I still get an error: We don't know where your gerrit is. Please manually create a remote named "gerrit" and try again. Any suggestions? |
2015-03-20 09:09:57 -0600 | commented answer | Could not connect to gerrit Seems like I had a wrong public key on my account. I fixed that. Now when I'm doing "git review" it is stuck for a long time (I had to kill it). Can you help? What should I expect to happen? |
2015-03-20 09:08:50 -0600 | received badge | ● Scholar (source) |
2015-03-19 12:59:06 -0600 | received badge | ● Notable Question (source) |
2015-03-19 11:14:55 -0600 | received badge | ● Popular Question (source) |
2015-03-19 10:48:57 -0600 | commented answer | Could not connect to gerrit Thanks for the answer. Well trying to do that actually made some change, I'm now getting different exception: git review Problem running 'git remote update gerrit' Fetching gerrit Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct acc |
2015-03-19 06:16:53 -0600 | asked a question | Could not connect to gerrit I cannot do "git review", although I created a user and followed the instructions. Here is the exception. Any idea? Thanks |
2015-03-19 06:16:44 -0600 | asked a question | Cannot add my blog to Planet OpenStack Hey, I'm trying to add my blog to Planet OpenStack using the following instructions: https://wiki.openstack.org/wiki/AddingYourBlog (https://wiki.openstack.org/wiki/Addin...) But when I try to "git review" I get the following error. I did create gerrit user as described in the openstack development workflow. Any ideas? Could not connect to gerrit. Enter your gerrit username: benbracha Trying again with ssh://benbracha@review.openstack.org:29418/openstack/openstack-planet.git <traceback object="" at="" 0x106bac908=""> We don't know where your gerrit is. Please manually create a remote named "gerrit" and try again. Traceback (most recent call last): File "/usr/local/bin/git-review", line 11, in <module> sys.exit(main()) File "/usr/local/lib/python2.7/site-packages/git_review/cmd.py", line 1173, in main config['hostname'], config['port'], config['project']) File "/usr/local/lib/python2.7/site-packages/git_review/cmd.py", line 593, in check_remote add_remote(scheme, hostname, port, project, remote) File "/usr/local/lib/python2.7/site-packages/git_review/cmd.py", line 333, in add_remote raise Exception("Could not connect to gerrit at %s" % remote_url) Exception: Could not connect to gerrit at ssh://benbracha@review.openstack.org:29418/openstack/openstack-planet.git |