git报错-Initial commit Untracked files nothing added to commit but untracked

Posted qtbk

tags:

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

-Initial commit Untracked files nothing added to commit but untracked
代码并没有被成功提交,看信息是文件没有被tracked
git commit -a -m "提交信息"与 git add + git commit -m "提交信息",不完全一样
git commit -a -m "提交信息"只将被tracked的文件添加到暂存区并提交,而将文件添加到git管理是要git add命令的,
而直接使用`git commit -a -m "提交信息"命令idea帮做了这一步,自动将文件tracked了。
新建了文件之后,idea会提示:
我肯定某次选择了记住,之后idea默认都会帮我把新建的文件tracked化。
所以初次提交,还是要分别使用:
解决方法,重新提交一次

error: key does not contain a section: –global
两个--连接在一起,不是一个

以上是关于git报错-Initial commit Untracked files nothing added to commit but untracked的主要内容,如果未能解决你的问题,请参考以下文章

错误记录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“) )

问题解决git 合并commit 请求报错:Cannot ‘fixup‘ without a previous commit

成功解决: git add . 不生效不报错,commit 报错 “did not match any file(s) known to git”

Git报错:Your branch is ahead of 'origin/master' by 1 commit

github 提交使用git commit,报错Please tell me who you are