File path contains symbols that are not supported by the Windows system

Just for documentation:
This command will find most filenames that are invalid on windows (run in the folder you are interested in).

find . -name '*[<>:"/\|?* ]*'

Even if you are not using windows it might make sense to correct the paths.