microsoft / DirectX-Graphics-Samples

This repo contains the DirectX Graphics samples that demonstrate how to build graphics intensive applications on Windows.
MIT License
5.88k stars 2k forks source link

[HELP] Can somebody tell me what's the size of this repo.... #864

Closed RightFS closed 2 weeks ago

RightFS commented 3 months ago

I live in China, and we have a stupid goverment firewall. It makes us hard to access to the real internet...

I have downloaded over 500MB with failure with interrupted with connection broken, and the size is still growing...

Jason2013 commented 2 weeks ago

The size of the .git directory in the source root is 624M.

If you don't want the history of the repository and only need the latest version of the repository, you can add '--depth 1' option when you clone the repository:

git clone --depth 1 https://github.com/microsoft/DirectX-Graphics-Samples.git

This can reduce the size of the repository.