The project triggers an error when cloning on Windows when using Git 2.24 or higher:
filename in tree entry contains backslash: '\'
Workaround
Disable core.protectNTFS:
git config --global core.protectNTFS false
Additional details can be found here:
zephyrproject-rtos/zephyr#21426