Hello
I have installed msysgit - and I am trying to get it working. When I run a cygwin bash terminal - I can access my ssh via
ssh user@host
When I try the same via a Git Bash
git ls-remote user@host/path/to/git
I simply get a
fatal: the remote end hung up
Any ideas what to do ?