nothing added to commit but untracked files present (use“git add“to track)

Posted 时光-ing

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nothing added to commit but untracked files present (use“git add“to track)相关的知识,希望对你有一定的参考价值。

报错内容:
①nothing added to commit but untracked files present (use “git add” to track);
②error: pathspec ‘test3.txt’ did not match any file(s) known to git;

问题解决:
报错提示:提交时未添加任何内容,但存在未跟踪的文件(使用“git add”跟踪)
这是由于我们对于这个文件test3.txt,尚未将其放入到缓存区,因而需要先使用git add命令对其进行跟踪,将其从工作区转移到缓存区,然后再使用git commit命令。

以上是关于nothing added to commit but untracked files present (use“git add“to track)的主要内容,如果未能解决你的问题,请参考以下文章

git push nothing to commit, working tree clean

错误记录Git 使用报错 ( no changes added to commit (use “git add“ and/or “git commit -a“) )

错误记录Git 使用报错 ( no changes added to commit (use “git add“ and/or “git commit -a“) )

PhpStorm Adding Files to VSC...一直不动

java.lang.String cannot be cast to scala.runtime.Nothing Scala中的Nothing类型

linux下vim的安装疑问,显示“Nothing to do”