You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 1, 2020. It is now read-only.
Sebastiano Mandalà edited this page Jan 14, 2018
·
1 revision
Let's start from the client I use, this works only on windows, it's called tortoisegit: https://tortoisegit.org/
First we clone the repository:
Note that the **recursive **option must be set to false (usually true by default). If you don't do this, you will get duplicate files and therefore compiling errors. I may find a better solution in future to solve this issue.
Then it's time to update the submodules:
and that's it, now you have the repository without duplicated files.