public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* ssh-keygen command not doing anything OR github problem
@ 2011-02-02 20:29 mearrex
  2011-02-02 20:34 ` Jeremy Bopp
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: mearrex @ 2011-02-02 20:29 UTC (permalink / raw)
  To: cygwin


In my cygwin installation, I cannot seem to use github.com. However, here are
the problems I am seeing.

When I type in: git remote add origin
git@github.com:<username>/first_app.git
I got no issue.

However, when I type in: git push origin master
I get an error: fatal: The remote end hung up unexpectedly

I have tried to do that using these instructions: 
http://help.github.com/msysgit-key-setup/
http://help.github.com/troubleshooting-ssh/

However, when I type in the commands
ssh
ssh-keygen
ssh-keygen -t rsa -C "XXXXXX@XXX.com"
ssh git@github.com
ssh -v git@github.com

nothing happens. It just returns a new line. I am attaching a screenshot. 
What am I doing wrong? What do I need to do to get this to work?
http://old.nabble.com/file/p30829947/screenshot.jpg 
-- 
View this message in context: http://old.nabble.com/ssh-keygen-command-not-doing-anything-OR-github-problem-tp30829947p30829947.html
Sent from the Cygwin list mailing list archive at Nabble.com.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ssh-keygen command not doing anything OR github problem
  2011-02-02 20:29 ssh-keygen command not doing anything OR github problem mearrex
@ 2011-02-02 20:34 ` Jeremy Bopp
  2011-02-04  6:33 ` Reini Urban
  2011-03-18 19:02 ` sclaussen
  2 siblings, 0 replies; 5+ messages in thread
From: Jeremy Bopp @ 2011-02-02 20:34 UTC (permalink / raw)
  To: cygwin

On 2/2/2011 2:29 PM, mearrex wrote:
> However, when I type in the commands
> ssh
> ssh-keygen
> ssh-keygen -t rsa -C "XXXXXX@XXX.com"
> ssh git@github.com
> ssh -v git@github.com
> 
> nothing happens. It just returns a new line. I am attaching a screenshot. 
> What am I doing wrong? What do I need to do to get this to work?

My guess is that your Cygwin installation is incomplete or corrupted.
Follow these instructions to provide the Cygwin developers the
information they need to help you out:

http://cygwin.com/problems.html

-Jeremy

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ssh-keygen command not doing anything OR github problem
  2011-02-02 20:29 ssh-keygen command not doing anything OR github problem mearrex
  2011-02-02 20:34 ` Jeremy Bopp
@ 2011-02-04  6:33 ` Reini Urban
  2011-03-18 19:02 ` sclaussen
  2 siblings, 0 replies; 5+ messages in thread
From: Reini Urban @ 2011-02-04  6:33 UTC (permalink / raw)
  To: cygwin

2011/2/2 mearrex:
> In my cygwin installation, I cannot seem to use github.com. However, here are
> the problems I am seeing.
>
> When I type in: git remote add origin
> git@github.com:<username>/first_app.git
> I got no issue.
>
> However, when I type in: git push origin master
> I get an error: fatal: The remote end hung up unexpectedly
>
> I have tried to do that using these instructions:
> http://help.github.com/msysgit-key-setup/
> http://help.github.com/troubleshooting-ssh/
>
> However, when I type in the commands
> ssh
> ssh-keygen
> ssh-keygen -t rsa -C "XXXXXX@XXX.com"
> ssh git@github.com
> ssh -v git@github.com
>
> nothing happens. It just returns a new line. I am attaching a screenshot.
> What am I doing wrong? What do I need to do to get this to work?
> http://old.nabble.com/file/p30829947/screenshot.jpg

Looks like you have no route for port 22 to github.
Are you behind a proxy? If so try https instead.
Is your router blocking 22 outwards? If so, talk to your router admin.
-- 
Reini Urban

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ssh-keygen command not doing anything OR github problem
  2011-02-02 20:29 ssh-keygen command not doing anything OR github problem mearrex
  2011-02-02 20:34 ` Jeremy Bopp
  2011-02-04  6:33 ` Reini Urban
@ 2011-03-18 19:02 ` sclaussen
  2011-03-19  3:47   ` Larry Hall (Cygwin)
  2 siblings, 1 reply; 5+ messages in thread
From: sclaussen @ 2011-03-18 19:02 UTC (permalink / raw)
  To: cygwin


I have the precisely same problem - were you able to resolve this?  I have
tried reinstalling, looked online for others w/a similar issue, but thus far
have run across no solution.

Thanks!


mearrex wrote:
> 
> In my cygwin installation, I cannot seem to use github.com. However, here
> are the problems I am seeing.
> 
> When I type in: git remote add origin
> git@github.com:<username>/first_app.git
> I got no issue.
> 
> However, when I type in: git push origin master
> I get an error: fatal: The remote end hung up unexpectedly
> 
> I have tried to do that using these instructions: 
> http://help.github.com/msysgit-key-setup/
> http://help.github.com/troubleshooting-ssh/
> 
> However, when I type in the commands
> ssh
> ssh-keygen
> ssh-keygen -t rsa -C "XXXXXX@XXX.com"
> ssh git@github.com
> ssh -v git@github.com
> 
> nothing happens. It just returns a new line. I am attaching a screenshot. 
> What am I doing wrong? What do I need to do to get this to work?
>  http://old.nabble.com/file/p30829947/screenshot.jpg 
> 

-- 
View this message in context: http://old.nabble.com/ssh-keygen-command-not-doing-anything-OR-github-problem-tp30829947p31183959.html
Sent from the Cygwin list mailing list archive at Nabble.com.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ssh-keygen command not doing anything OR github problem
  2011-03-18 19:02 ` sclaussen
@ 2011-03-19  3:47   ` Larry Hall (Cygwin)
  0 siblings, 0 replies; 5+ messages in thread
From: Larry Hall (Cygwin) @ 2011-03-19  3:47 UTC (permalink / raw)
  To: cygwin

On 3/18/2011 2:45 PM, sclaussen wrote:
>
> I have the precisely same problem - were you able to resolve this?  I have
> tried reinstalling, looked online for others w/a similar issue, but thus far
> have run across no solution.

If you're using msysgit, you want to talk to Mingw folks.

-- 
Larry

_____________________________________________________________________

A: Yes.
> Q: Are you sure?
>> A: Because it reverses the logical flow of conversation.
>>> Q: Why is top posting annoying in email?

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-03-18 22:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-02 20:29 ssh-keygen command not doing anything OR github problem mearrex
2011-02-02 20:34 ` Jeremy Bopp
2011-02-04  6:33 ` Reini Urban
2011-03-18 19:02 ` sclaussen
2011-03-19  3:47   ` Larry Hall (Cygwin)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).