Hi people,
I'm starting to use CF and I believe that I can help the project with bug
fixes and documentation, but I'm facing this problem with connection refuse
from gerrit server.
$ gerrit clone ssh://robsonmwoc@reviews.cloudfoundry.org:29418/vcap
Cloning into 'vcap'...
ssh: connect to host reviews.cloudfoundry.org port 29418: Connection refused
fatal: The remote end hung up unexpectedly
ERROR: Command 'git clone
ssh://robsonmwoc@reviews.cloudfoundry.org:29418/vcap ' exited with non-zero
status (128).
This is my ~/.ssh/config
Host reviews.cloudfoundry.org
User robsonmwoc
Hostname reviews.cloudfoundry.org
Port 29418
PreferredAuthentications publickey
IdentityFile /home/robson/.ssh/id_rsa
I just followed the oss-docs (
https://github.com/cloudfoundry/bosh#oss-contributions) to download the
source and starting to do something, but I'm stuck. I couldn't understand
how Ben fixes his account.
I'm doing something wrong?
Best regards.
Robson Mendonça