If I'm on a command line on my linux box, my git clone command is
git clone ssh://MYUSER@SITEHOST/PATH
I'm setting up Aptana Studio 3 on my windows box. I go to File > Import. Then I select Git Repository and hit Next. When I put this in the URI field (without the "git clone") and hit okay, I get an error that says "fatal: protocol error: bad line length character: Crea" (and it cuts off there).
If I switch the protocol to git://, I get an error that says "fatal: Unable to look up MYUSER@SITEHOST (port 9418) (A non-recoverable error occurred during a database lookup.)
If I remove the protocol entirely, i get an error that says "fatal: Could not switch to MYUSER@SITEHOST/basedir where "basedir" is the first directory in the PATH to my repo on the remote server.
Any ideas?