The project triggers an error when cloning on Windows when using Git 2.24 or higher: `filename in tree entry contains backslash: '\'` - Potential offending commit in civetweb: https://github.com/civetweb/civetweb/commit/4ac467e3e07a2abb02b894c0b508e9885ee4d7d8 - Offending commit in Git 2.24: https://github.com/git/git/commit/e1d911dd4c7b76a5a8cec0f5c8de15981e34da83 - Git for Windows issue: https://github.com/git-for-windows/git/issues/2435 **Workaround** Disable [core.protectNTFS](https://git-scm.com/docs/git-config#Documentation/git-config.txt-coreprotectNTFS): `git config --global core.protectNTFS false` Additional details can be found here: https://github.com/zephyrproject-rtos/zephyr/issues/21426