AxioDL / metaforce

A native reimplementation of the Metroid Prime engine
https://axiodl.com
Other
596 stars 41 forks source link

Use full path for url in gitmodules #452

Closed N00byKing closed 2 years ago

N00byKing commented 2 years ago

Recursive clone fails on forks due to this. Use a full path instead to avoid this issue

Antidote commented 2 years ago

No, we have them relative for a reason.

N00byKing commented 2 years ago

oh ok. Out of interest, why do they need to be relative?

Jcw87 commented 2 years ago

I assume that it is because these repositories are synced with gitlab, and they want clones from github to get everything from github, and clones from gitlab to get everything from gitlab.

N00byKing commented 2 years ago

Ah yeah, makes sense