Re: [Development] Problems pushing changes to Gerrit

2014-03-19 Thread Konstantin Tokarev
17.03.2014, 16:19, Dmitry Shachnev mitya57...@gmail.com: Hi, On Mon, 17 Mar 2014 07:54:31 +, Andy Shaw wrote:  You seem to be missing the port, if you add:  :29418  After the address so it is:  git push ssh://mandri...@codereview.qt-project.org:29418/qt/qt HEAD:refs/for/4.8  

Re: [Development] Problems pushing changes to Gerrit

2014-03-17 Thread Shaw Andy
Gerrit seems to reject some of my changes with this error: $ git push ssh://mandri...@codereview.qt-project.org/qt/qt HEAD:refs/for/4.8 error: error: invalid protocol: wanted 'old new ref' fatal: internal server error fatal: The remote end hung up unexpectedly Counting objects:

Re: [Development] Problems pushing changes to Gerrit

2014-03-17 Thread Dmitry Shachnev
Hi, On Mon, 17 Mar 2014 07:54:31 +, Andy Shaw wrote: You seem to be missing the port, if you add: :29418 After the address so it is: git push ssh://mandri...@codereview.qt-project.org:29418/qt/qt HEAD:refs/for/4.8 then does this solve the problem? No, that does not work.

Re: [Development] Problems pushing changes to Gerrit

2014-03-17 Thread Thiago Macieira
Em seg 17 mar 2014, às 16:19:36, Dmitry Shachnev escreveu: git push ssh://mandri...@codereview.qt-project.org:29418/qt/qt HEAD:refs/for/4.8 then does this solve the problem? No, that does not work. Actually, when it works, it works without the port number. It never works with the

[Development] Problems pushing changes to Gerrit

2014-03-16 Thread Dmitry Shachnev
Hi, Gerrit seems to reject some of my changes with this error: $ git push ssh://mandri...@codereview.qt-project.org/qt/qt HEAD:refs/for/4.8 error: error: invalid protocol: wanted 'old new ref' fatal: internal server error fatal: The remote end hung up unexpectedly Counting objects: 30,