赞
踩
最近在git中使用commit,将文件暂存到本地库时,有时候会报下面的错误
$ git commit -v '第一次提交'
error: pathspec '第一次提交' did not match any file(s) known to git
而通过 ‘git status’ 进程状态的查看是没有问题的,可以发现 git add xx 是成功的。
$ git status
On branch master
No commits yet
Changes to be committed:
(use "git rm --cached <file>..." to unstage)
new file: test1.c
new file: test2.c
new file: test3.c
new file: test4.c
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。