/ /なぜ私のcommadは "git add"ですか?commanはgit bashで動作しませんか? [閉じた] - git、bash

なぜ私のcommadは "git add"ですか?commanはgit bashで動作しませんか? [閉じた] - git、bash

$ git add.
Error:
git: "add." is not a git command. See "git --help".

Did you mean this?
add

"git add"を使ってすべてのサブディレクトリを追加しようとするとコマンドを実行すると、上記のエラーが発生します。 そして、私が "git add"を試してみると、画面は何の出力も出さない(空白を表示する)。 例えば: $ git add。

回答:

回答№1は4

あなたが追加と期間の間にスペースを残さないように見えます。 試してください: git add . または git add -A

gitのドキュメント: https://git-scm.com/docs/git-add