-
Notifications
You must be signed in to change notification settings - Fork 16
Troubleshooting
Tim Freiman edited this page Sep 8, 2022
·
7 revisions
If you're in a branch that isn't master
, use git submodule update --init --recursive
and you should get any missing dependencies. I tried using git clone --recursive https://github.com/space-concordia-robotics/robotics-prototype ~/Programming/robotics-prototype
but it didn't work since it apparently only affected master.