Cannot import existing repositories
Created by: jasperla
I have several repositories on another machine which I can clone on the commandline (as git user):
ssh://[email protected]:22/repo.git
However, when I try to import this through the "new projects" page I keep getting: "Import url should be a valid url". I've tried "git://" as well as copying the repo over to the local fs and use "file://". What is the valid scheme that is accepted?