我在使用 git 时遇到了一些不寻常的问题。这就是我所做的
git add config_files
No error here
git commit config_files -m "first commit"
error: pathspec 'config_files' did not match any file(s) known to git.
有什么建议么?
这是完整的输出。
混帐状态:
在分支主未跟踪文件上:(使用“git add ...”包含将提交的内容)
.bash_history
.gitignore
config.php.bak
config.php_2augbak
没有添加到提交但存在未跟踪的文件(使用“git add”来跟踪)