Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
gitとherokuは初めてです。私はindex.phpに新しい変更をコミットしようとしています:
git add . && git commit -am "test" && git push
そして私の出力は
error pathspec '"\226am"' did not match any file<s> known to git.
コマンドエラーを入力しているだけだと思いますが、それが何であるかわかりません。
マイナス記号は標準ではないと思いますが、UTF-8ハイフンなどかもしれません。その結果、-amはオプションではなくファイル名として解釈されます。コマンドラインを編集し、マイナス記号のように見えるものを削除して、実際の記号を入力します。
-am