前提、実現したいこと
改定4版基礎Ruby on Railsを使って勉強しており、asagaoという名前でアプリケーションを作成しています。 Rails開発環境の構築は済んでいます。
###実行したこと
"asagao"アプリケーションを作成するために、現在のディレクトリを確認してから
$ rails new asagao -BCMT --skip-coffee -d sqlite3
と入力しました。
###発生している問題、エラーメッセージ
create create README.md create Rakefile create .ruby-version create config.ru create .gitignore create Gemfile run git init from "." error: chmod on /mnt/c/Users/(ユーザー名)/Desktop/rails/asagao/.git/config.lock failed: Operation not permitted fatal: could not set 'core.filemode' to 'false'
となり、asagaoディレクトリを作成できませんでした。
ご回答お願いします。
あなたの回答
tips
プレビュー