WolfireGames / overgrowth

Open Source codebase of the game Overgrowth by Wolfire Games LLC
Apache License 2.0
2.51k stars 260 forks source link

Missing permissions? #10

Open EliteCombineSoldier opened 2 years ago

EliteCombineSoldier commented 2 years ago

i cannot clone it through VS or Github desktop both give me missing permissions error ‏‏لقطة الشاشة (571)

McSinyx commented 2 years ago

Disable submodules (only used for proprietary code and assets) and you should be able to clone it.

autious commented 2 years ago

Hmm, makes me wonder if there's a way to configure the git project to tell clients to not automatically initialize submodules, like it does by default in the CLI git install on my local machine.

Would be good to know if anyone is having this issue when cloning the repo via CLI.