Community
Participate
Working Groups
Current implementation of GitFileStore will throw a MalformedURLException when you try to create a store for git URL like: [user@]host.xz:path/to/repo.git/ . This is a real problem because it's the format used on github.com for Read-Write access. As a temporary workaround the user should replace the URL with ssh://[user@]host.xz/path/to/repo.git/ .
This shouldn't be an issue with the new REST API for git, so this one can be marked as invalid once we closed bug 338215.
GitFileStore is no more part of Orion server.