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

When downloading zip from github, the zip contains directories but all directories are empty #1

Open
mike6000 opened this issue Nov 5, 2017 · 2 comments

Comments

@mike6000
Copy link

mike6000 commented Nov 5, 2017

When downloading zip from github, the zip contains directories but all directories are empty

@atakanakbulut
Copy link

its right

@hwpfeil
Copy link

hwpfeil commented Apr 26, 2018

The top-level directories are submodules. Downloading the top-level zip file is the same as issuing a clone command:

git clone https://github.com/voidrealms/Qt-Tutorials.git

After you have the top-level directories, you need to get the submodules:

cd Qt-Tutorials
git submodule update --init --recursive --jobs 4

(--jobs is the number of CPU cores for parallel updates)

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