Git fatal: remote end hung up

Posted by Bill on Stack Overflow See other posts from Stack Overflow or by Bill
Published on 2009-09-29T16:31:24Z Indexed on 2010/03/11 5:58 UTC
Read the original article Hit count: 317

Filed under:
|

So I thought I had finally got everything setup on Windows ... then ran into this issue.

Current setup

URL: ssh://user@host:port/myapp.git

Already run Putty - and can connect using valid .ppk keys through the ~/.ssh/authorized_keys direct. In Git and TortoiseGIT - I set both to use "plink.exe".

Putty works fine - no issues - but when I run that URL into bash I get for a git clone (url)

fatal: the remote end hung up expectedly

In a cygwin bash terminal - running "ssh user@host" - works no probs at all.

Anyone suggest anything?

© Stack Overflow or respective owner

Related posts about git

Related posts about Windows