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

Ssh cloning #323

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Ssh cloning #323

wants to merge 2 commits into from

Conversation

viappidu
Copy link

Checking if cloning will be done via ssh

Checkig if clone is via ssh
Added example for ssh repository
@northrup
Copy link

@viappidu is there a reason you'd want to introduce SSH based cloning? The potential problem I see with is that it would require users to have an SSH key generated for the user the process is running under in order to clone the repos versus https cloning of a public repo which requires no such setup.

@viappidu
Copy link
Author

viappidu commented May 16, 2023 via email

@hg42
Copy link

hg42 commented May 6, 2024

here a reason you'd want to introduce SSH based cloning

I also happen to use my own local repo to combine multiple external sources.
I could put them on github, but it's too special and usually it's temporary (e.g. when debugging, I change some lines and merge the other repos).

Users that use a git repo via ssh, will also know how to solve the key problem.
Normal users are not affected.

Additionally there are several other possibilities, github isn't the only public git site, think of gitlab etc.
I generally think, kiuah should not mess with the repo url at all.

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.

None yet

4 participants