You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Activity
tony commentedon Dec 28, 2016
Can you give an example so I can be sure
Do you mean a relative file path?
mback2k commentedon Dec 31, 2016
An example would be
marc@myhostname.de:django/website.git
wheredjango
is a folder within my home directory~
. This is already supported by the default Git client using SSH.tony commentedon Aug 20, 2023
This bit me with
git@github.com:tmux-python/tmuxp.git
Scheme:
user@domain.tld:org/repo.git
tests(remotes): git URL schemes in remotes (#419)
tony commentedon Oct 22, 2023
@mback2k I know you have probably moved on, but the workaround is this:
Assuming
marc@myhostname.de:django/website.git
:Prepend
git+ssh://
:tests(config-variations): Git schemes in repo URLs (#490)