Closed
Description
Assignee : @lihaoyi
The addition of the Cask project to the community build prevents git operations on a Windows machine (see line 229 in file communitybuild/projects.scala
.
C:\opt\Git-2.30.2\mingw64\bin\git.exe submodule update --init --recursive --jobs 7
error: invalid path 'docs/pages/1 - Cask: a Scala HTTP micro-framework.md'
Unable to checkout '93c27abe583c2b804e5ce66271440789fca0581a' in submodule path 'community-build/community-projects/cask'
Directory cask/docs/pages/
contains 3 Markdown files.
The name of the first file, namely 1 - Cask: a Scala HTTP micro-framework.md
, is illegal on Windows because it contains a colon character.
PS. Furthermore one should avoid spaces in file names (e.g. Is it problematic to include spaces in file names?).