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

tests(config-variations): Git schemes in repo URLs #426

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tony
Copy link
Member

@tony tony commented Oct 22, 2023

Fixes #49

In main repo URLs:

Main repo URLs require libvcs.url.git.GitURL support:

Scheme: [email protected]:org/repo.git
Example: [email protected]:tmux-python/tmuxp.git

For remote URLs, see #419

Note: The workaround is to prepend git+ssh://[email protected]:tmux-python/tmuxp.git

@tony tony force-pushed the git-remote-url-scheme-pt2 branch 2 times, most recently from 30b561b to 8075ac0 Compare October 22, 2023 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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