一、直接执行以下代码就行
特别注意:--cached 后面有一个空格+点,一定要加上,不然会报错哟
bash
git rm -r --cached .
git add .
git commit -m "Refresh cache and rebuild index"
特别注意:--cached 后面有一个空格+点,一定要加上,不然会报错哟
bash
git rm -r --cached .
git add .
git commit -m "Refresh cache and rebuild index"