Re: [Openocd-development] Can't push...

2011-10-26 Thread Spencer Oliver
On 27/10/2011 00:10, jim norris wrote: I'm trying to do a 'git push review' and it just hangs. ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development try now

Re: [Openocd-development] Can't push...

2011-10-26 Thread jim norris
try now Nope. Still hangs. ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

Re: [Openocd-development] Can't push...

2011-10-26 Thread Spencer Oliver
On 27/10/2011 00:13, jim norris wrote: try now Nope. Still hangs. working fine this end, so unsure what to suggest Spen ___ Openocd-development mailing list Openocd-development@lists.berlios.de

Re: [Openocd-development] Can't push...

2011-10-26 Thread jim norris
Here's the verbose output. $ git push -v review Pushing to ssh://jnor...@openocd.zylinx.com:29418/openocd.git ssh: connect to host openocd.zylinx.com port 29418: Connection timed out fatal: The remote end hung up unexpectedly ___

Re: [Openocd-development] Can't push...

2011-10-26 Thread Austin, Alex
@lists.berlios.de Subject: Re: [Openocd-development] Can't push... Here's the verbose output. $ git push -v review Pushing to ssh://jnor...@openocd.zylinx.com:29418/openocd.git ssh: connect to host openocd.zylinx.com port 29418: Connection timed out fatal: The remote end hung up

Re: [Openocd-development] Can't push...

2011-10-26 Thread Peter Stuge
jim norris wrote: Pushing to ssh://jnor...@openocd.zylinx.com:29418/openocd.git Typo, there's an extra x in the domain name. Run: git config remote.review.url ssh://jnor...@openocd.zylin.com:29418/openocd.git And then try git push review again. //Peter

Re: [Openocd-development] Can't push...

2011-10-26 Thread jim norris
jim norris wrote: Pushing to ssh://jnor...@openocd.zylinx.com:29418/openocd.git Typo, there's an extra x in the domain name. Run: git config remote.review.url ssh://jnor...@openocd.zylin.com:29418/openocd.git And then try git push review again. Dolt! Thanks!