-
-
You must be signed in to change notification settings -
Change documentation git module link to https #2461
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
Conversation
The PR coreruleset#2260 got merged without counting anonymous git clones in; as ssh clones only work with an authenticated account. This commit changes the git protocol of the documentation submodule from ssh to https.
Without this change:
With this change:
|
Thanks for the patch. Makes sense for anonymous recursive cloning. Just to leave it here documented, anyone using github regularly should have
in theirs |
@lifeforms @RedXanadu Do any of you see any problem with this change? |
Looks fine! I have little experience with Git submodules so this didn't occur to me. |
I think that seems reasonable. I can't think of any problems this change would cause, so should be fine, I think. |
Yes, https is the way to go. I intentionally did the same for the regexp-assemble submodule. |
Thanks @linuxgemini ! Merging now. |
The PR #2260 got merged without counting anonymous git clones in; as ssh clones only work with an authenticated GitHub account.
This commit changes the git protocol of the documentation submodule from ssh to https.