When attempting to use jekyll serve, I'm receiving an Opertion Not Permitted error. This is Jekyll 3.8.6 running under WSL (Ubuntu) on Win 1903 following the official instructions.
setup@VM:/mnt/c/Users/setup/source/contoso.com$ jekyll serve
Configuration file: /mnt/c/Users/setup/source/contoso.com/_config.yml
            Source: /mnt/c/Users/setup/source/contoso.com
       Destination: /mnt/c/Users/setup/source/contoso.com/_site
 Incremental build: disabled. Enable with --incremental
      Generating...
jekyll 3.8.6 | Error:  Operation not permitted @ apply2files - /mnt/c/Users/setup/source/contoso.com/_site/LICENSE.md
I don't see any specific ACL issues and procmon doesn't show any relevant error -- it shows SUCCESS entries when ruby is processing the file. The specified file also appears in the _site directory.
