Git submodule pull problem

Hey @r0x0r,
Thanks for your patience on this. I’m not sure how you’re loading your submodule or whether it’s public, but if it is public, I believe this is the fix:

In case your submodule is public , you can change the URI schema for it to start with https:// and it will should work without further adjustment (so, in .gitmodules , change git@github.com… to https://github.com/… )

If it’s private, things get a bit more complicated. We have an in-depth support guide with some suggestions:

Can you take a look and let us know if any of these fix things for you?

1 Like