Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mback2k opened this issue Dec 28, 2016 · 4 comments · May be fixed by #426
Open

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

mback2k opened this issue Dec 28, 2016 · 4 comments · May be fixed by #426
Labels

Comments

@mback2k
Copy link

mback2k commented Dec 28, 2016

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.

@tony
Copy link
Member

tony commented Dec 28, 2016

Can you give an example so I can be sure

Do you mean a relative file path?

@mback2k
Copy link
Author

mback2k commented Dec 31, 2016

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.

@tony tony added the bug label Aug 20, 2023
@tony
Copy link
Member

tony commented Aug 20, 2023

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

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

tony added a commit that referenced this issue Oct 22, 2023
Fixes #425. Brings us closer to solving #49
@tony tony linked a pull request Oct 22, 2023 that will close this issue
@tony
Copy link
Member

tony commented Oct 22, 2023

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants