Re: [Development] Git clone hangs on Linux using SSH

2015-03-16 Thread Thiago Macieira
On Monday 16 March 2015 22:29:19 Denis Shienkov wrote: > Hi Thiago, > > > Try lowering your MTU to 1280. > > Yeees.. I replaced 1500 on 1280 and it now work on Linux! Many many thanks! > > :) > > But it is strange, because on Windows I have MTU 1500 on same Ethernet > interface.. But, ok,,, Th

Re: [Development] Git clone hangs on Linux using SSH

2015-03-16 Thread Denis Shienkov
Hi Thiago, > Try lowering your MTU to 1280. Yeees.. I replaced 1500 on 1280 and it now work on Linux! Many many thanks! :) But it is strange, because on Windows I have MTU 1500 on same Ethernet interface.. But, ok,,, BR, Denis 2015-03-15 23:41 GMT+03:00 Thiago Macieira : > On Sunday 15 March

Re: [Development] Git clone hangs on Linux using SSH

2015-03-15 Thread Thiago Macieira
On Sunday 15 March 2015 22:57:26 Denis Shienkov wrote: > > It might be your network connection. > > It is the simplest answer. :) > > Hmm.. but why? E.g. on Windows all works fine (with the latest MSys Git).. > > Where there can be a problem? What I need to look? Because I have not > ideas.. Pa

Re: [Development] Git clone hangs on Linux using SSH

2015-03-15 Thread Denis Shienkov
> It might be your network connection. It is the simplest answer. :) Hmm.. but why? E.g. on Windows all works fine (with the latest MSys Git).. Where there can be a problem? What I need to look? Because I have not ideas.. BR, Denis 2015-03-15 22:46 GMT+03:00 Thiago Macieira : > On Sunday 15 M

Re: [Development] Git clone hangs on Linux using SSH

2015-03-15 Thread Thiago Macieira
On Sunday 15 March 2015 22:16:58 Denis Shienkov wrote: > Now I reinstalled the ArchLinux and replaced it with Fedora 21 (KDE). But > the problem remained - I can't use SSH access to codereview. > > For example, the attempt to upload a hook hangs forever: Works from here. It might be your network

Re: [Development] Git clone hangs on Linux using SSH

2015-03-15 Thread Denis Shienkov
Hi all, again. Now I reinstalled the ArchLinux and replaced it with Fedora 21 (KDE). But the problem remained - I can't use SSH access to codereview. For example, the attempt to upload a hook hangs forever: " [denis@denis serial]$ scp -v -p codereview.qt-project.org:hooks/commit-msg .git/hooks E

Re: [Development] Git clone hangs on Linux using SSH

2015-03-14 Thread Denis Shienkov
Oops, seems a problem was on my side. Now all fine.. Sorry.. 14.03.2015 0:36, Richard Moore пишет: On 13 March 2015 at 21:08, Denis Shienkov > wrote: So, nor SSH, nor HTTS does not work for me. What happens? :( You're using the wrong port. Rich.

Re: [Development] Git clone hangs on Linux using SSH

2015-03-13 Thread Richard Moore
On 13 March 2015 at 21:08, Denis Shienkov wrote: > So, nor SSH, nor HTTS does not work for me. What happens? :( > You're using the wrong port. Rich. ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/d

Re: [Development] Git clone hangs on Linux using SSH

2015-03-13 Thread Denis Shienkov
Now I can not push my changes even via HTTPS (on OSX): " bash-3.2$ git push https://@codereview.qt-project.org/qt/qtserialport HEAD:refs/for/5.5 Password for 'https://@codereview.qt-project.org:443': Counting objects: 39, done. Delta compression using up to 2 threads. Compressing objects: 100%

Re: [Development] Git clone hangs on Linux using SSH

2015-02-27 Thread Konstantin Tokarev
26.02.2015, 22:23, "Thiago Macieira" : >  On Thursday 26 February 2015 22:00:21 Denis Shienkov wrote: >>>   Don't clone from the Gerrit server. Clone from Gitorious, GitHub or >>   one of the other mirrors. >> >>   Hmm? I'm sorry, but what about this instructions: >>   http://qt-project.org/wiki/Ge

Re: [Development] Git clone hangs on Linux using SSH

2015-02-27 Thread Giuseppe D'Angelo
On 26 February 2015 at 21:09, Denis Shienkov wrote: > [denis@pclab qtserialport]$ scp -P 443 > @codereview.qt-project.org:hooks/commit-msg .git/hooks > ssh_exchange_identification: Connection closed by remote host Sorry, I did not mean to use ssh on the https port, but to use "plain" https. (And

Re: [Development] Git clone hangs on Linux using SSH

2015-02-26 Thread Koehne Kai
project.org > Subject: Re: [Development] Git clone hangs on Linux using SSH > > > Does pushing over https work? > > > Seems, not. I can not get the "message hooks" via HTTP: > > [denis@pclab qtserialport]$ scp -P 443 @codereview.qt- > project.org:hooks/co

Re: [Development] Git clone hangs on Linux using SSH

2015-02-26 Thread Denis Shienkov
> Does pushing over https work? Seems, not. I can not get the "message hooks" via HTTP: [denis@pclab qtserialport]$ scp -P 443 @codereview.qt-project.org:hooks/commit-msg .git/hooks ssh_exchange_identification: Connection closed by remote host But I can does "clone" and "push" (with an errors a

Re: [Development] Git clone hangs on Linux using SSH

2015-02-26 Thread Giuseppe D'Angelo
On 26 February 2015 at 20:42, Denis Shienkov wrote: > > Though, here > http://qt-project.org/wiki/Setting-up-Gerrit#e948ac2dda3846bfff303f89c1ad266f > in "Pushing your local changes to gerrit" I found out other way: > > $git push gerrit HEAD:refs/for/5.4 I've just reread your first mail -- if SSH

Re: [Development] Git clone hangs on Linux using SSH

2015-02-26 Thread Denis Shienkov
> For 3) keep using the codereview server as usual. But it is hangs on my side. So, I can not doing contribution anymore.. :) Though, here http://qt-project.org/wiki/Setting-up-Gerrit#e948ac2dda3846bfff303f89c1ad266f in "Pushing your local changes to gerrit" I found out other way: $git push ge

Re: [Development] Git clone hangs on Linux using SSH

2015-02-26 Thread Giuseppe D'Angelo
On 26 February 2015 at 20:31, Denis Shienkov wrote: > Hmm.. I little confused.. I always used the "codereview.qt-project.org " > server.. > > But, how then I can to push my changes on codereview from the mirrors? > I do not understand a base idea. Is there are any instructions? There's a differen

Re: [Development] Git clone hangs on Linux using SSH

2015-02-26 Thread Denis Shienkov
> Always clone from the anonymous mirrors. Hmm.. I little confused.. I always used the "codereview.qt-project.org " server.. But, how then I can to push my changes on codereview from the mirrors? I do not understand a base idea. Is there are any instructions? 26.02.2015 22:21, Thiago Macieira

Re: [Development] Git clone hangs on Linux using SSH

2015-02-26 Thread Thiago Macieira
On Thursday 26 February 2015 22:00:21 Denis Shienkov wrote: > > Don't clone from the Gerrit server. Clone from Gitorious, GitHub or > > one of the other mirrors. > > Hmm? I'm sorry, but what about this instructions: > http://qt-project.org/wiki/Gerrit-Introduction ? > This is deprecated now? It

Re: [Development] Git clone hangs on Linux using SSH

2015-02-26 Thread Denis Shienkov
> Don't clone from the Gerrit server. Clone from Gitorious, GitHub or one of the other mirrors. Hmm? I'm sorry, but what about this instructions: http://qt-project.org/wiki/Gerrit-Introduction ? This is deprecated now? 26.02.2015 21:19, Thiago Macieira пишет: > On Wednesday 25 February 2015 20

Re: [Development] Git clone hangs on Linux using SSH

2015-02-26 Thread Thiago Macieira
On Wednesday 25 February 2015 20:24:40 Denis Shienkov wrote: > Hi all. > > Currently I can not clone any of repo using the "git clone" command, > this attempt hangs forever on my ArchLinux: That's expected. Don't clone from the Gerrit server. Clone from Gitorious, GitHub or one of the other mirr

[Development] Git clone hangs on Linux using SSH

2015-02-25 Thread Denis Shienkov
Hi all. Currently I can not clone any of repo using the "git clone" command, this attempt hangs forever on my ArchLinux: " [denis@pclab serial]$ git clone ssh:// codereview.qt-project.org:29418/qt/qtserialport.git Cloning into 'qtserialport'... ^C [denis@pclab serial]$ git clone ssh:// codere