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

当使用 git 出现提示 untracked files 时怎么办?
背景介绍:

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

报错内容:

$ git status
On branch master

No commits yet

Untracked files:
(use "git add ..." to include in what will be committed)

    docs/

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

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

解决办法:

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

$ cd d:/opengauss/docs
$ git status
On branch z110
Your branch is up to date with 'upstream/master'.

nothing to commit, working tree clean

posted @   openGaussbaby  阅读(618)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 【.NET】调用本地 Deepseek 模型
· CSnakes vs Python.NET:高效嵌入与灵活互通的跨语言方案对比
· DeepSeek “源神”启动!「GitHub 热点速览」
· 我与微信审核的“相爱相杀”看个人小程序副业
· Plotly.NET 一个为 .NET 打造的强大开源交互式图表库
点击右上角即可分享
微信分享提示