Cloning repository without `ssh://` works, fails including it
Created by: walterra
Summary
Using 5-4-stable : Doing git clone ssh://git@server:namespace/repo.git fails while git clone git@server:namespace/repo.git works. git clone ssh://git@server/namespace/repo.git works too!?
Steps to reproduce
- Create a new repositoriy inside gitlab
- Grab the ssh url from the project page and do a
git clone ssh://url
Expected bevahior
I would expect it to work including ssh:// - and I actually wouldn't expect it to work by replacing the : with a /.
Cheers, Walter