-
Notifications
You must be signed in to change notification settings - Fork 44
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
Submodules #6
Comments
Hi @Tauril. We use relative git submodules because we have our own CI (on GitLab). With this trick, we can have both GitLab (ahead) and GitHub that live side-by-side until our full migration to GitHub. We chose that solution after reading https://stackoverflow.com/questions/32317365/multiple-urls-of-git-submodule-per-remote-submodules. |
Ok, I understand your problem... The forks don't work in this configuration, unless your also fork Unless there's a way to tell git to have backup urls for submodules (I couldn't find one), you'll have to fork them or to edit your |
Elle now uses subtrees, so this is not an issue anymore. |
In the
.gitmodules
file, the path for the drake dependency is../drake
. Shouldn't it be the path towards your drake's fork repository on github?Same for
miniupnp
,libutp
anddokan
.The text was updated successfully, but these errors were encountered: