Re: [Development] Pushing to gerrit.

2018-01-01 Thread André Hartmann
Am 01.01.2018 um 17:11 schrieb Igor Mironchik: Hi, On 01.01.2018 18:50, André Hartmann wrote: Hi Igor, Am 01.01.2018 um 13:20 schrieb Igor Mironchik: Hi, Looks good. Now verify your git remote (is the port correct there?) Also make sure git uses the right ssh and therefore finds the

Re: [Development] Pushing to gerrit.

2018-01-01 Thread Igor Mironchik
Hi, On 01.01.2018 18:50, André Hartmann wrote: Hi Igor, Am 01.01.2018 um 13:20 schrieb Igor Mironchik: Hi, Looks good. Now verify your git remote (is the port correct there?) Also make sure git uses the right ssh and therefore finds the public key. The problem *is* on your computer.

Re: [Development] Pushing to gerrit.

2018-01-01 Thread André Hartmann
Hi Igor, Am 01.01.2018 um 13:20 schrieb Igor Mironchik: Hi, Looks good. Now verify your git remote (is the port correct there?) Also make sure git uses the right ssh and therefore finds the public key. The problem *is* on your computer. Are you on Windows? Think that I found a

Re: [Development] Pushing to gerrit.

2018-01-01 Thread Igor Mironchik
Hi, Looks good. Now verify your git remote (is the port correct there?) Also make sure git uses the right ssh and therefore finds the public key. The problem *is* on your computer. Are you on Windows? Think that I found a mistake: possibly this is because of wrong Gerrit user name.

Re: [Development] Pushing to gerrit.

2018-01-01 Thread Igor Mironchik
Hi, On 01.01.2018 14:27, aha_1...@gmx.de wrote: Am Montag 1. Januar 2018 schrieb Igor Mironchik: Hi, On 01.01.2018 14:12, aha_1...@gmx.de wrote: Hi Igor, Am Montag 1. Januar 2018 schrieb Igor Mironchik: Hello, I'm new for contributing to Qt. I want to push to gerrit a comment. git

Re: [Development] Pushing to gerrit.

2018-01-01 Thread aha_1980
Am Montag 1. Januar 2018 schrieb Igor Mironchik: > Hi, > > > On 01.01.2018 14:12, aha_1...@gmx.de wrote: > > Hi Igor, > > > > Am Montag 1. Januar 2018 schrieb Igor Mironchik: > >> Hello, > >> > >> I'm new for contributing to Qt. I want to push to gerrit a comment. > >> > >> git push gerrit

Re: [Development] Pushing to gerrit.

2018-01-01 Thread Igor Mironchik
Hi, On 01.01.2018 14:12, aha_1...@gmx.de wrote: Hi Igor, Am Montag 1. Januar 2018 schrieb Igor Mironchik: Hello, I'm new for contributing to Qt. I want to push to gerrit a comment. git push gerrit HEAD:refs/for/5.10 Permission denied (publickey). fatal: Could not read from remote

Re: [Development] Pushing to gerrit.

2018-01-01 Thread aha_1980
Hi Igor, Am Montag 1. Januar 2018 schrieb Igor Mironchik: > Hello, > > I'm new for contributing to Qt. I want to push to gerrit a comment. > > git push gerrit HEAD:refs/for/5.10 > Permission denied (publickey). > fatal: Could not read from remote repository. > > Please make sure you have the

[Development] Pushing to gerrit.

2018-01-01 Thread Igor Mironchik
Hello, I'm new for contributing to Qt. I want to push to gerrit a comment. git push gerrit HEAD:refs/for/5.10 Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. Am I missed something

[Development] Pushing to Gerrit via HTTPS

2013-11-06 Thread Orgad Shaneh
Hi, I though it might interest some users here. I just discovered how to push to gerrit via HTTPS. I described the setup in Setting up Gerrithttp://qt-project.org/wiki/Setting-up-Gerrit wiki page. - Open Gerrit settings - HTTP Password - Click Generate Password - Edit ~/.netrc (on

Re: [Development] Pushing to gerrit

2012-11-11 Thread Koehne Kai
+kai.koehne=digia@qt-project.org [development-bounces+kai.koehne=digia@qt-project.org] on behalf of Majid Khan [mkhan3...@gmail.com] Sent: 11 November 2012 08:22 To: Thiago Macieira Cc: Qt Development Subject: Re: [Development] Pushing to gerrit Thanks Thiago, Ok, I am exactly trying following

Re: [Development] Pushing to gerrit

2012-11-11 Thread Majid Khan
:* 11 November 2012 08:22 *To:* Thiago Macieira *Cc:* Qt Development *Subject:* Re: [Development] Pushing to gerrit Thanks Thiago, Ok, I am exactly trying following (after fetching and rebasing latest code): git push origin HEAD:refs/for/master and getting following output: Counting

[Development] Pushing to gerrit

2012-11-10 Thread Majid Khan
Hi All, I have recently downloaded cloned Qt creator's repo to my newly setup dev machine. I have done most of the parts. Finally, I was trying to push a test file to gerrit (and was planning to abandon the change once it's successfully sent to review). The way we do at our work is: git fetch

Re: [Development] Pushing to gerrit

2012-11-10 Thread Sze Howe Koh
After you run the init-repository script, you can do git fetch git rebase origin/master git push gerrit HEAD:refs/for/master If you want to see the full URL, see the repo config file (e.g. [QT5ROOT]/qtbase/.git/config) Regards, Sze-Howe On 11 November 2012 12:25, Majid Khan

Re: [Development] Pushing to gerrit

2012-11-10 Thread Majid Khan
Thanks Sze, I am getting error out of it. fatal: 'gerrit' does not appear to be a git repository fatal: The remote end hung up unexpectedly I have checked my full URL path, thats correct (that I had used to clone repo from) I am trying to push to qt-creator project. Thanks On Sun, Nov 11,

Re: [Development] Pushing to gerrit

2012-11-10 Thread Sze Howe Koh
On 11 November 2012 13:10, Majid Khan mkhan3...@gmail.com wrote: Thanks Sze, I am getting error out of it. fatal: 'gerrit' does not appear to be a git repository fatal: The remote end hung up unexpectedly I have checked my full URL path, thats correct (that I had used to clone repo from)

Re: [Development] Pushing to gerrit

2012-11-10 Thread Sze Howe Koh
On 11 November 2012 13:46, Sze Howe Koh szehowe@gmail.com wrote: On 11 November 2012 13:10, Majid Khan mkhan3...@gmail.com wrote: Thanks Sze, I am getting error out of it. fatal: 'gerrit' does not appear to be a git repository fatal: The remote end hung up unexpectedly I have checked

Re: [Development] Pushing to gerrit

2012-11-10 Thread Majid Khan
Yup I have correct git configuration setup (i am pretty sure). Here is exactly how my config file looks like: [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote origin] fetch = +refs/heads/*:refs/remotes/origin/* url =

Re: [Development] Pushing to gerrit

2012-11-10 Thread Thiago Macieira
On domingo, 11 de novembro de 2012 17.10.14, Majid Khan wrote: [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote origin] fetch = +refs/heads/*:refs/remotes/origin/* url = ssh://mkhan3...@codereview.qt-project.org:29418/qt-creator/qt-creator

Re: [Development] Pushing to gerrit

2012-11-10 Thread Majid Khan
Thanks Thiago, Ok, I am exactly trying following (after fetching and rebasing latest code): git push origin HEAD:refs/for/master and getting following output: Counting objects: 4, done. Delta compression using up to 4 threads. Compressing objects: 100% (3/3), done. Writing objects: 100% (3/3),