When trying to import a git repository as a new project, I always get this error (no more, no less) on Windows:
fatal: the remote end hung up unexpectedly
I don't get any other errors and I'm not sure where to check for better error logs.
I enter my URI:
ssh://user@server:port/my/directory/repo.git
And it fails. However, I use the same URI on a Mac or Linux pc running Aptana and it works. What gives? Any suggestions?
Thanks!