尝试了以下命令:
git commit path/to/my/file.ext -m 'my notes'
收到git版本1.5.2.1中的错误:
error: pathspec '-m' did not match any file(s) known to git.
error: pathspec 'MY MESSAGE' did not match any file(s) known to git.
单个文件或目录提交的语法不正确吗?
答: 参数都有望在这一顺序...
git commit -m 'my notes' path/to/my/file.ext
更新:不再严格了:)
1
您确定您的版本正确吗?更新到 1.5.2.1?1.5.2.1已经超过4岁了。
—
CB Bailey
有什么禁止您升级git的吗?
—
亚当·迪米特鲁克
顺便说一句:这是从旧配方中衍生出来的虚拟机。当地的Git是最新的,没有意识到这个版本是古老的。严格性改变了。
—
doublejosh 2014年