Re: Failed to fetch from g...@github.com

2014-06-26 Thread John Meloro
Thank you for looking into this as well! [?] I will try to recreate your solution. Thanks again, John M. On Wed, Jun 25, 2014 at 1:43 PM, lochrann wrote: > Hi everybody. > > John, I've started reading Jenkins: The Definitive Guide today (I'm a > Jenkins newbie too) and I've had the very same

Re: Failed to fetch from g....@github.com

2014-05-26 Thread john . meloro
te keys which require a > passphrase. > > Refer to https://issues.jenkins-ci.org/browse/JENKINS-20879 > > Mark Waite > > > On Mon, May 26, 2014 at 10:43 AM, John Meloro > > wrote: > >> So, more troubleshooting... >> >> I am able to successfu

Re: Failed to fetch from g....@github.com

2014-05-26 Thread John Meloro
So, more troubleshooting... I am able to successfully run the following command, using Git Bash, from the directory that contains my cloned repository. git.exe fetch --tags --progress g...@github.com:jmeloro/game-of-life.git +refs/heads/*:refs/remotes/origin/* The "catch" is that I am prompted f

Re: Failed to fetch from g....@github.com

2014-05-26 Thread john . meloro
> That's just the default. You can configure the service to run as different user. Also, would I need to re-create the public/private keys while logged in as that user? On Monday, May 26, 2014 5:38:43 AM UTC-4, Daniel Beck wrote: > > > On 26.05.2014, at 02:49, john@gmail.com wrote: > > >

Re: Failed to fetch from g....@github.com

2014-05-26 Thread john . meloro
That's just the default. You can configure the service to run as different user. Okay, how would I do that? On Monday, May 26, 2014 5:38:43 AM UTC-4, Daniel Beck wrote: > > > On 26.05.2014, at 02:49, john@gmail.com wrote: > > > I'm attempting to run Jenkins as a Windows Service, so Jenki

Re: Failed to fetch from g....@github.com

2014-05-25 Thread john . meloro
Thank you for the reply. However, I still need some clarification. I'm attempting to run Jenkins as a Windows Service, so Jenkins is running under the Local System Account. So, I am not sure what to use for the username? However, when I set up the build job, under the Source Code Management

Permission denied (publickey)

2014-05-25 Thread john . meloro
I'm attempting to set up public/private key access to Git. Anyone ever seen this before? git.exe ls-remote -h github.com:jmeloro/game-of-life.git HEAD Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the reposit

Re: Failed to fetch from g....@github.com

2014-05-25 Thread John Meloro
I've tinkered around some more. I've copied the private key to the directory where the local system account is running because on my Windows 7 box I've read that as a service Jenkins runs under the local system account. I still do not have the configuration correct. However, I am able to get pas

Re: Failed to fetch from g....@github.com

2014-05-25 Thread john . meloro
Okay, I re-attempting to configure my Jenkins correctly. Here is where I am coming off the rails: - When I leave out the "git@" in the SCM URL in the Source Code Management section, I immediately get the following error: - "Failed to connect to repository : Command "git.exe ls-rem

Re: Failed to fetch from g...@github.com

2014-05-11 Thread John Meloro
I tried the Credentials Plugin, but could not get it to work either. I am out of ideas and am giving up. I've tried for two weeks and am no closer now than when I started. I've un-installed Jenkins and deleted my GitHub account. Signing off and moving on... On Sun, May 11, 2014 at 9:58 AM, M

Re: Failed to fetch from g...@github.com

2014-05-11 Thread john . meloro
Thank You for the prompt response! I've been struggling with this, off and on, for a couple of weeks now and am very grateful for any guidance. So, with that in mind, and in the hopes I can get my installation correct, I'm starting with a completely clean install. I've removed the old instanc

Failed to fetch from g...@github.com

2014-05-11 Thread john . meloro
Okay, I am a newbie to Jenkins. I'm reading Jenkins: The Definitive Guideand am attempting to set up the first example. I'm having issues and I've searched and haven't really found an answer. So, I am posting here in the hopes that this is a sim