[Insight-developers] Pulling from Gerrit
Bill Lorensen
bill.lorensen at gmail.com
Mon Aug 30 11:38:04 EDT 2010
I tried to pull some code for review from gerrit. The e-mail message told me to:
git pull ssh://review.source.kitware.com:29418/ITK refs/changes/27/27/1
Following the wiki instructions I did this:
git remote add gerrit lorensen at review.source.kitware.com:ITK
When I did:
git pull ssh://review.source.kitware.com:29418/ITK refs/changes/27/27/1
I got the informative error message:
ssh: connect to host review.source.kitware.com port 29418: Connection timed out
fatal: The remote end hung up unexpectedly
Here is my config:
git config -l
user.name=Bill Lorensen
user.email=bill.lorensen at gmail.com
color.ui=auto
core.editor=xemacs
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
remote.origin.url=git://itk.org/ITK.git
remote.origin.pushurl=git at itk.org:ITK.git
branch.master.remote=origin
branch.master.merge=refs/heads/master
submodule.Testing/Data.url=git://itk.org/ITKData.git
remote.gerrit.url=lorensen at review.source.kitware.com:ITK
remote.gerrit.fetch=+refs/heads/*:refs/remotes/gerrit/*
HELP
More information about the Insight-developers
mailing list