Re: [Wikitech-l] git review problems

2014-09-23 Thread Gergo Tisza
For accessing the git server, you should check that 1) git remote show origin (or git remote show gerrit - depends on your git-review version + config) returns ssh://gerrit user@ gerrit.wikimedia.org:29418/project name as the push fetch URL 2) ssh -p 29418 gerrit user@gerrit.wikimedia.org returns

Re: [Wikitech-l] git review problems

2014-09-23 Thread Isarra Yos
On 23/09/14 08:25, Gergo Tisza wrote: For accessing the git server, you should check that 1) git remote show origin (or git remote show gerrit - depends on your git-review version + config) returns ssh://gerrit user@ gerrit.wikimedia.org:29418/project name as the push fetch URL 2) ssh -p 29418

Re: [Wikitech-l] git review problems

2014-09-23 Thread Gergo Tisza
On Tue, Sep 23, 2014 at 8:29 PM, Isarra Yos zhoris...@gmail.com wrote: As I understand it, the remotes for the submodules are all set in the parent repository's configuration, and thus will always be the same regardless of how you dowloaded or set up the parent. I don't think that's the

Re: [Wikitech-l] git review problems

2014-09-23 Thread Merlijn van Deen
On 23 Sep 2014 02:34, Isarra Yos zhoris...@gmail.com wrote: Apparently I spoke too soon - authentication fails with https too. So it really is unusable. Please note that the https password is *not* your normal wikitech password, but rather an application-specific password; you can find it

Re: [Wikitech-l] git review problems

2014-09-23 Thread Isarra Yos
On 23/09/14 21:13, Gergo Tisza wrote: On Tue, Sep 23, 2014 at 8:29 PM, Isarra Yos zhoris...@gmail.com wrote: As I understand it, the remotes for the submodules are all set in the parent repository's configuration, and thus will always be the same regardless of how you dowloaded or set up the

Re: [Wikitech-l] git review problems

2014-09-23 Thread Brian Wolff
On 9/23/14, Merlijn van Deen valhall...@arctus.nl wrote: On 23 Sep 2014 02:34, Isarra Yos zhoris...@gmail.com wrote: Apparently I spoke too soon - authentication fails with https too. So it really is unusable. Please note that the https password is *not* your normal wikitech password, but

[Wikitech-l] git review problems

2014-09-22 Thread Isarra Yos
Hi, I had to switch computers the other day, which resulted in my having to reinstall git-review, and now it... doesn't work. Basically there are two problems: for every new repository I use, I now need to add a commit-msg hook to the .git directory, and also ssh doesn't work at all, so I have

Re: [Wikitech-l] git review problems

2014-09-22 Thread Isarra Yos
On 23/09/14 00:26, Isarra Yos wrote: Hi, I had to switch computers the other day, which resulted in my having to reinstall git-review, and now it... doesn't work. Basically there are two problems: for every new repository I use, I now need to add a commit-msg hook to the .git directory, and

Re: [Wikitech-l] git review problems

2014-09-22 Thread Isarra Yos
On 23/09/14 00:34, Isarra Yos wrote: On 23/09/14 00:26, Isarra Yos wrote: Hi, I had to switch computers the other day, which resulted in my having to reinstall git-review, and now it... doesn't work. Basically there are two problems: for every new repository I use, I now need to add a