Bug #17059
closedBroken recursive submodule configuration in mellontheme
0%
Description
The mellontheme repository has its own submodule configuration for this Redux Framework repository. That submodule configuration attempts to load `git://github.com/kaymmm/Redux-Framework/`, which appears to now be an invalid git URL or an invalid GitHub URL.
(I haven't spent much time trying to figure out why, but I am not able to check it out locally and GitHub actions are also unable to, both with timeout errors when trying to connect to `github.com`.)
I forked the theme to a repository under my personal account and updated the submodule URL to git@github.com:kaymmm/Redux-Framework.git. This appears to have done the trick for GitHub actions.
The best course of action seems to be making a change to .gitmodules on the kaymmm/mellontheme repo.
Previously related submodule issues with that repository: https://redmine.gc.cuny.edu/issues/2569