Thanks for the replies. Apologies for the late response but I was away over the weekend and just resumed this setup today. I did check and there appears to be a .ssh folder already there but when I ran [email protected] -p 29418 -v I got this error:$ [email protected] -p 29418 -vsh.exe": [email protected]: command not found Do I need to solve the above issue before I can continue with the setup below? Well, I am on the section "Preparing to work with Gerrit":http://www.mediawiki.org/wiki/Gerrit/Tutorial#Prepare_to_work_with_gerritIt has a link just below it for gerrit/git review which I have taken the time to follow the instructions:http://www.mediawiki.org/wiki/Gerrit/git-review#Windows I have installed python and pip. It talks about the scripts for the system path (e.g. C:\Python27\Scripts\). It looks like it has easyinstall, git-review and pip files by default in my scripts folder. Do I need to anything else here? One section where I have felt it doesnt explain much was on the setting up git-review page:http://www.mediawiki.org/wiki/Gerrit/git-review#Setting_up_git-review It mentions the following sentence: "Gerrit tutorial recommends adding a git-review config file (.gitreview) telling git review to use "origin" as its default remote." I found two of these files already on my PC but not sure which file location to edit. Would it be either in the: wikimedia\examples or in the wikimedia\core section? and would the file inside it look like this: [gerrit]host=gerrit.wikimedia.orgport=29418project=test/mediawiki/extensions/examples.gitdefaultbranch=masterdefaultrebase=0defaultremote = origin I added in the defaultremote = origin line myself but does that look correct? -Muz Date: Thu, 31 Jul 2014 10:13:31 -0700 Subject: Re: [QA] Help setting up Git From: [email protected] To: [email protected] CC: [email protected]; [email protected]
On Wed, Jul 30, 2014 at 11:04 AM, Chris McMahon <[email protected]> wrote: You'll need to read and follow the steps described here: http://www.mediawiki.org/wiki/Gerrit/Tutorial -Chris Especially the suggestion to use ssh [email protected] -p 29418 -v to debug ssh problems, that I just added :-)
_______________________________________________ QA mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/qa
