-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
Description
Hey,
I'm trying to clone a repo using this guide. I've set up my remotes without any user or group names in them (ie. https://user@host/), expecting to be able to clone a/b to effectively get https://user@host/a/b.git -- but this doesn't work.
$ mu clone A/B
. : git config --get-regexp mu-repo.remote-base-url
Unable to clone because the repository name for cloning with mu was not detected.
If I clone something without slashes, it shows the paths it tries (which would be correct, if I had a project with that name :P).
Could slashes in repo names be allowed? :)