I want to clone a repository including its submodules.
I've learned about the --recursive
option at this question, but this solution requires the submodule repositories to be accessible from the cloning host.
Is there some switch to clone the submodules directly from the accessible host?
There is a https proxy through which I can theoretically reach the submodules repos, but the cloning host doesn't have the needed certificates installed. So finding a way to install a certain https certificate in user space might be a solution as well.