Skip to content

Troubleshooting

Tim Freiman edited this page Sep 8, 2022 · 7 revisions

You're having problems with missing packages or submodules

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.

Clone this wiki locally