Jens,

No luck, I started on Cygwin/Windows7 (yes I know no one uses Cygwin) and 
created a new Ubuntu VM but still have the same issue.

I noticed that when I checked my setting on openocd.zylin.com account,  the 
username was blank. I updated it to jkbrinkley. I created my ssh key using 
jkbrinkley and [email protected] (email I use to login as) but either 
one working. Any ideas what to try next?

Thanks for your help,
Kent

-----Original Message-----
From: Jens Bauer [mailto:[email protected]] 
Sent: Thursday, September 18, 2014 1:30 PM
To: Kent Brinkley
Subject: RE: [OpenOCD-devel] Help pushing a patch

Hi Kent.

Any progress on the push ?
-If not, please don't hesitate to post to the list.


Love
Jens

On Thu, 18 Sep 2014 04:35:17 +0000, Kent Brinkley wrote:
> Thanks for your help and I will remember to do a reply all next time. 
> I will let you know if this solves my problem.
> 
> -----Original Message-----
> From: Jens Bauer [mailto:[email protected]]
> Sent: Wednesday, September 17, 2014 8:09 PM
> To: Kent Brinkley
> Subject: RE: [OpenOCD-devel] Help pushing a patch
> 
> Hi Kent.
> 
> If the line ...
> ssh openocd.zylin.com -p 29418
> ... works, then try without -p ...
> ssh openocd.zylin.com
> ... if that fails, then you probably need to add the 3 lines to your 
> .ssh/config ...
>       ignorecase = true
>       precomposeunicode = false
> [remote "origin"]
> 
> ... and I believe it would work.
> 
> 
> Love
> Jens
> 
> On Thu, 18 Sep 2014 01:19:52 +0000, Kent Brinkley wrote:
>> 
>> Yes , I did step 3a here is a look at my history buffer:
>> 
>>   533  git clone git://git.code.sf.net/p/openocd/code openocd
>>   537  git remote add review
>> ssh:[email protected]:29418/openocd.git
>>   538  git config remote.review.push HEAD:refs/publish/master
>>   539  scp -p -P 29418 [email protected]:hooks/commit-msg
>> .git/hooks/
>>   540  git config --global user.name "Kent Brinkley"
>>   542  git config --global user.email "[email protected]"
>>   
>> 
>> Here what .git/config looks like:
>> 
>> $ more config
>> [core]
>>         repositoryformatversion = 0
>>         filemode = true
>>         bare = false
>>         logallrefupdates = true
>>         ignorecase = true
>> [remote "origin"]
>>         url = git://git.code.sf.net/p/openocd/code
>>         fetch = +refs/heads/*:refs/remotes/origin/*
>> [branch "master"]
>>         remote = origin
>>         merge = refs/heads/master
>> [remote "review"]
>>         url = ssh:[email protected]:29418/openocd.git
>>         fetch = +refs/heads/*:refs/remotes/review/*
>>         push = HEAD:refs/publish/master
>> 
>> -----Original Message-----
>> From: Jens Bauer [mailto:[email protected]]
>> Sent: Wednesday, September 17, 2014 6:53 PM
>> To: Kent Brinkley
>> Cc: '[email protected]'
>> Subject: Re: [OpenOCD-devel] Help pushing a patch
>> 
>> Hi Kent.
>> 
>> Referring to ...
>> <http://openocd.sourceforge.net/doc/doxygen/html/patchguide.html>
>> 
>> ... Did you do 3a:
>> git remote add review
>> ssh://[email protected]:29418/openocd.git
>> git config remote.review.push HEAD:refs/publish/master ... and 3b ...
>> scp -p -P 29418 [email protected]:hooks/commit-msg
>> .git/hooks/ ... ?
>> 
>> What does the following line output...
>> $ cat .git/config
>> 
>> 
>> Love
>> Jens
>> 
>> On Wed, 17 Sep 2014 23:17:16 +0000, Kent Brinkley wrote:
>>>  
>>> Trying to push a patch for review and getting the following error message:
>>>  
>>> $ git push review
>>> ssh: Could not resolve hostname ssh: Name or service not known
>>> fatal: Could not read from remote repository.
>>>  
>>> Please make sure you have the correct access rights and the 
>>> repository exists.
>>>  
>>>  
>>> I have add the ssh public key, what am I missing here? This is the 
>>> first time I have been down this path.
>>>  
>>> Kent
>>> 
>>> --------------------------------------------------------------------
>>> -
>>> -
>>> --------
>>> Want excitement?
>>> Manually upgrade your production database.
>>> When you want reliability, choose Perforce Perforce version control. 
>>> Predictably reliable.
>>> http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.
>>> clktrk_______________________________________________
>>> OpenOCD-devel mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/openocd-devel

------------------------------------------------------------------------------
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to