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