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

[Feature Request] support for ssh links #104

Closed
Moonlight63 opened this issue Aug 2, 2018 · 3 comments
Closed

[Feature Request] support for ssh links #104

Moonlight63 opened this issue Aug 2, 2018 · 3 comments

Comments

@Moonlight63
Copy link

Currently working on changing the implementation slightly because ssh links like:

ssh://git@bitbucket.org:22/{user}/{repo}.git

Don't work because it gets rewritten to something like:

ssh://{user}:{password}@git@bitbucket.org:22/CascadeAP/cascadeusersync.git

@w00fz
Copy link
Member

w00fz commented Aug 23, 2018

What happens if you use ssh://bitbucket.org:22/{user}/{repo}.git instead? (note i removed git@)

@w00fz
Copy link
Member

w00fz commented Sep 12, 2018

I looked into supporting ssh links but it is quite a bit more complicated than I anticipated.

I am however considering this for a future version.

@w00fz
Copy link
Member

w00fz commented Apr 27, 2021

You can now use ssh://git@bitbucket.org:22/{user}/{repo}.git URLs @Moonlight63 , I also added support for SSH Keys. This is available in v2.3.0

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

No branches or pull requests

2 participants