Pull to Windows: fatal: cannot create directory at 'src/components/aux': Invalid argument
Trying to clone the repo on a Windows machine is failing because of the folder src/components/aux.
$ git clone https://gitlab.com/liquid-design/liquid-design-react.git
Cloning into 'liquid-design-react'...
remote: Enumerating objects: 5142, done.
remote: Counting objects: 100% (5142/5142), done.
remote: Compressing objects: 100% (3024/3024), done.
remote: Total 5142 (delta 2135), reused 4992 (delta 1990)
Receiving objects: 100% (5142/5142), 24.50 MiB | 6.21 MiB/s, done.
Resolving deltas: 100% (2135/2135), done.
**fatal: cannot create directory at 'src/components/aux': Invalid argument**
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'
AUX is a reserved name on Windows machines. See https://docs.microsoft.com/de-de/windows/desktop/FileIO/naming-a-file#naming-conventions
Please rename the folder