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

问题如图

解决方案

删除子文件夹里面的.git文件
执行git rm --cached [文件夹名]
执行git add .
执行git commit -m "commit messge"
执行git push origin [branch_name]

参考文章:https://www.jianshu.com/p/7cc6ea70e48e

posted @ 2022-03-08 10:58  G0mini  阅读(1124)  评论(0编辑  收藏  举报