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

Add possibility to clone the repos over HTTPs #7944

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

Conversation

dsusviela
Copy link

Hello everyone, thanks for updating this very useful repository

Upon doing the setup myself I found that there was no built in way to clone the repos over HTTPs instead of SSH. If this is something that we want to add, then I can work on a proper solution in the bash script, as this solution is a bit scrappy.

Essentially I created a clone of the .gitmodules file which changes all urls to HTTPs instead named .gitmodules-https. Then in the instructions, i added a bit of bash to just replace the .gitmodules file with this one.

The disadvantage of this is that it would require 2 updates when adding/deleting new repos. Like I said, I could change the bash to simply scan the .gitmodules file and replace the git@github with the HTTPs url if we want this

Thanks

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

1 participant