vcspull icon indicating copy to clipboard operation
vcspull copied to clipboard

Support git+ssh://user@host:relative-path/repo.git syntax

Open mback2k opened this issue 8 years ago • 4 comments

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.

mback2k avatar Dec 28 '16 12:12 mback2k

Can you give an example so I can be sure

Do you mean a relative file path?

tony avatar Dec 28 '16 21:12 tony

An example would be [email protected]:django/website.git where django is a folder within my home directory ~. This is already supported by the default Git client using SSH.

mback2k avatar Dec 31 '16 11:12 mback2k

This bit me with [email protected]:tmux-python/tmuxp.git

Scheme: [email protected]:org/repo.git

tony avatar Aug 20 '23 11:08 tony

@mback2k I know you have probably moved on, but the workaround is this:

Assuming [email protected]:django/website.git:

Prepend git+ssh://:

git+ssh://[email protected]:django/website.git

tony avatar Oct 22 '23 17:10 tony