Hi,
I’m unable to clone or extract this repository on Windows due to an invalid folder name.
The issue appears to be caused by the following directory:
- Static pages/09. Why React? It is Composable!/
Windows does not allow the '?' character in file or folder names, which causes:
- git clone to fail during checkout
- ZIP download extraction to fail as well
Error message from Git:
error: invalid path '01. Static pages/09. Why React? It is Composable!/index.css'
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
This makes the repository unusable on Windows systems.
It would help Windows users if the folder name were updated to remove the '?' character (for example, replacing it with a dash or removing it entirely).
Thanks.