Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Gerrit Code Review running

"Shawn O. Pearce" <spearce@xxxxxxxxxxx> wrote:
> > But when I want to clone with ssh by calling:
> >     git clone ssh://christian.halstrick@xxxxxxxxxxxxxxxx:29418/egit/parallelip-jgit.git
> > the command hangs.
> 
> Firewall on your side?  Blocking port 29418 outgoing?

Try also directly connecting in verbose mode:

  ssh -v -p 29418 christian.halstrick@xxxxxxxxxxxxxxxx

to see where the connection is stalling.  I suspect its stalling
on opening the TCP socket.
 
-- 
Shawn.


Back to the top