Open mback2k opened 7 years ago
Can you give an example so I can be sure
Do you mean a relative file path?
An example would be marc@myhostname.de:django/website.git
where django
is a folder within my home directory ~
. This is already supported by the default Git client using SSH.
This bit me with git@github.com:tmux-python/tmuxp.git
Scheme: user@domain.tld:org/repo.git
@mback2k I know you have probably moved on, but the workaround is this:
Assuming marc@myhostname.de:django/website.git
:
Prepend git+ssh://
:
git+ssh://marc@myhostname.de:django/website.git
It would be great if vcspull supported relative paths for git+ssh remotes by using the colon character as a separator between host and path.