投稿/コメントを表示します。

git initをpowershell で入力したところ、動画のように.gitフォルダが生成されません。何度やっても駄目でした。
そのまま続けてgit add -Aを入力すると以下のように表示されます

warning: in the working copy of '.idea/inspectionProfiles/profiles_settings.xml', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of '01_target.md', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of '11_introduction.md', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of '21_install_and_seettings.md', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of '31_init_add_commit.md', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of '41_ide.md', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of '51_branch.md', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of '61_detached_head.md', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of '62_reset.md', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of '71_remote_repository_about.md', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of '72_remote_tracking_branch.md', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of '73_remote.md', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of '74_fetch_push_pull.md', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of '81_remote_with_ide.md', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of '91_clone.md', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'readme.md', LF will be replaced by CRLF the next time Git touches it

更に続けて git commit "最初のコミット"を入力すると以下のように表示されます

error: pathspec '最初のコミット' did not match any file(s) known to git

何が問題なのか教えていただけると助かります
2022/12/14 22:50