Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Re: [swtbot-dev] random test failures and SWTBot timing parameters

2010/1/13 Matthias Sohn <matthias.sohn@xxxxxxxxxxxxxx>
You missed the correct port number, Gerrit doesn't listen on the git default port 9418 but on
29418, the following call should do the trick
git push ssh://ketanpadegaonkar@xxxxxxxxxxxxxxxx:29418/egit.git HEAD:refs/for/master

*Aargh*, of course the SSH default port is 22 and not 9418, but, as I said, in our setup SSH port is 29418

--
Matthias

Back to the top