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 for ssh git repos #33

Closed
netfri25 opened this issue Apr 28, 2024 · 1 comment · Fixed by #34
Closed

Support for ssh git repos #33

netfri25 opened this issue Apr 28, 2024 · 1 comment · Fixed by #34
Assignees
Labels
enhancement New feature or request

Comments

@netfri25
Copy link

Description

the current code only supports git repos with urls that start with "http" as you can see here
my proposal is to also add support for urls of ssh form, e.g. git@github.com:owner/repo, git@gitlab.com:owner/repo and substitute them with a https url, https://github.com/owner/repo (and the same for gitlab).

(I'm not a Rust expert so I don't really know the best way to implement it)

Additional information

No response

@netfri25 netfri25 added the enhancement New feature or request label Apr 28, 2024
@vyfor vyfor self-assigned this Apr 28, 2024
@vyfor
Copy link
Owner

vyfor commented Apr 28, 2024

Implemented in #34. Thanks!

@vyfor vyfor closed this as completed in #34 Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants