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

Hi,

> As far as uploading a patch for review, its literally just:
> 
>   git push ssh://username@xxxxxxxxxxxxxxxx:29418/egit/parallelip-egit.git HEAD:refs/for/master

I think ssh access is not yet working for me. I registered on egit.eclipse.org and added my public key.
But when I want to clone with ssh by calling:
    git clone ssh://christian.halstrick@xxxxxxxxxxxxxxxx:29418/egit/parallelip-jgit.git
the command hangs. It tried cloning via git by calling:
    git clone git://egit.eclipse.org/egit/parallelip-jgit
and this works. I tried to clone via git and then push a second patch-set for
http://egit.eclipse.org/r/#change,3 . But the push command just hangs (for 15 min. now).
I used msysgit 1.6.4 and the following command:

    git push ssh://christian.halstrick@xxxxxxxxxxxxxxxx:29418/egit/parallelip-jgit.git HEAD:refs/for/master

Ciao
  Chris

Back to the top