gpt4 book ai didi

git - 不能用 GIT rm rm 文件夹吗?

转载 作者:IT王子 更新时间:2023-10-29 00:57:50 26 4
gpt4 key购买 nike

我想用 GIT 删除整个目录...每次我不断收到相同的错误并且不明白为什么会这样。

我想删除“blue_white”文件夹...

├── css
│   ├── design.css
│   └── red_white.css
├── images
│   ├── blue_white
│   │   ├── accordion-button.png
│   │   ├── accordion-shadow.png
│   │   ├── button1.png
│   │   ├── oem-slide-shadow.png
│   │   └── truncate-arrow.png
│   └── red_white
│   ├── accordion-shadow.png
└── pages.xml

当我这样做时...

git rm -r blue_white/

我明白了......

fatal: pathspec 'f04/blue_white/' did not match any files

最佳答案

  1. $ rm -r images/blue_white/
  2. $ git rm -r images/blue_white/
  3. $ git commit -m '删除图片/blue_white 目录'

关于git - 不能用 GIT rm rm 文件夹吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12407899/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com