首页
学习
活动
专区
工具
TVP
发布
社区首页 >问答首页 >Git找不到该文件,尽管它存在

Git找不到该文件,尽管它存在
EN

Stack Overflow用户
提问于 2018-06-09 20:05:32
回答 3查看 212关注 0票数 -1

Git找不到该文件,尽管它存在

下面是Git bash

代码语言:javascript
复制
$ git status
On branch WI
Your branch is up to date with 'origin/WI'.

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

        csvTrainImages 13440x1024.csv

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

BC@DESKTOP-USA MIN ~/Documents/GitHub/A/data (WI)
$ git add csvTrainImages 13440x1024.csv
fatal: pathspec 'csvTrainImages' did not match any files
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/50774096

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档