当前位置:   article > 正文

当使用git出现提示untracked files时怎么办?_nothing added to commit but untracked files presen

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

当使用 git 出现提示 untracked files 时怎么办?

背景介绍

在使用 git 工具时,遇到如下错误。

报错内容

  1. $ git status
  2. On branch master
  3. No commits yet
  4. Untracked files:
  5. (use "git add <file>..." to include in what will be committed)
  6. docs/
  7. nothing added to commit but untracked files present (use "git add" to track)

报错原因:未进入到正确目录下,要进入到 untracked file 的文件夹下即可

解决办法

执行如下命令进入 docs 文件夹。

  1. $ cd d:/opengauss/docs
  2. $ git status
  3. On branch z110
  4. Your branch is up to date with 'upstream/master'.
  5. nothing to commit, working tree clean
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/笔触狂放9/article/detail/618868
推荐阅读
相关标签
  

闽ICP备14008679号