解决github文件夹有向右的白色箭头并且不能打开的解决办法

问题如图 解决方案 删除子文件夹里面的.git文件 执行git rm --cached [文件夹名] 执行git add . 执行git commit -m "commit messge" 执行git push origin [branch_name] 参考文章:https://www.jiansh
posted @ 2022-03-08 10:58  G0mini  阅读(1103)  评论(0编辑  收藏  举报