Skip to content
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

Empty folders. #8

Open
dariusity opened this issue Mar 9, 2021 · 2 comments
Open

Empty folders. #8

dariusity opened this issue Mar 9, 2021 · 2 comments

Comments

@dariusity
Copy link

Hi, I tried both cloning and downloading .zip file from git but there are no files in the theme folder.
error

@AethanFoot
Copy link
Member

AethanFoot commented Mar 20, 2021

This will because they are git submodules (they point to another git repo), I'm not 100% sure how git handles cloning when there are git modules. But for ease I would just click the folder in github and clone the repos you want to test out.
Actually doing a quick search, adding the flag --recurse-submodules to git clone will download them.
Actually actually if you go to the cloned repo and paste git submodule update --init --recursive will download them to the existing repo.

@sygint
Copy link

sygint commented Oct 27, 2021

be sure you use the --recursive flag

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants