Hi! I recently set up my personal git server and I tried to connect to it with android studio, bit it doesn't work: I click on checkout with version control system -> got, I insert the parameters but nothing happens; if I click on "test", the test fails. The URL is in the format ssh://
user...@1.2.3.4/path/to/repo and the same URL works with eclipse (I can commit changes and push them without problems).
So, am I doing something in the wrong way? Is it an android studio/idea bug? Is it a lack of support by idea for something like that kind of urls? (Actually, github https URLs work if used as URLs for git)