Content

最近我将一个git项目放到另外一个git项目中上传之后无法打开, 这是因为需要清除被包含项目的git缓存 。 我们输入下面这个命令 :
git rm -r --cached "pearl_mind"
" " 里面是你打不开的文件名, 需要换成自己的。 完成之后git add commit push 等功能就能正常使用了。
reference
- https://blog.csdn.net/Gage__/article/details/80394910