Cloning repository without `ssh://` works, fails including it
Closed
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
Created by: Razer6
Yeap there should be no sshh:/// in front.
By Administrator on 2013-12-16T20:32:03 (imported from GitLab project)
Please register or sign in to reply