almanex@LAPTOP-GHRH09TN:~$ cd /mnt/x/
almanex@LAPTOP-GHRH09TN:/mnt/x$ mkdir -p coding
almanex@LAPTOP-GHRH09TN:/mnt/x$ cd coding
almanex@LAPTOP-GHRH09TN:/mnt/x/coding$ rails new webapp
create
create README.md
create Rakefile
create .ruby-version
create config.ru
create .gitignore
create Gemfile
run git init from "."
error: chmod on /mnt/x/coding/webapp/.git/config.lock failed: Operation not permitted
fatal: could not set 'core.filemode' to 'false'
Здравствуйте, я пытаюсь создать приложение на рельсах, но есть проблема с chmod, я искал net, но есть только одно решение, которое я нашел и уже попробовал (как вы можете см.): создание каталога с параметром -p. Это не помогло. У вас есть идеи, что мне делать?