ファイルをgitaddしようとすると、次のように入力しました
git add <insert file names here>
それは正しく機能します。しかし、私がやろうとすると
git commit -a
私のgitリポジトリはそれが空であることを教えてくれます。出力されるものは次のとおりです。
# On branch master
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
<insert name of files here>
nothing added to commit but untracked files present (use "git add" to track)
誰かがこれに対する解決策を知っているでしょうか?ありがとう。