【git problem】 github中文件夹带有白色箭头,无法打开

问题分析

白色箭头文件夹下带有.git or .gitignore 文件, 导致github认为产生嵌套

问题解决

  • 删除 .git and .gitignore 文件
  • 通过以下代码解除追踪该文件
  git rm --cached 文件名
posted @ 2024-04-15 00:04  ShihaoF  阅读(408)  评论(0)    收藏  举报