清除缓存
git rm -r --cached .
git add .
提交记录
git commit -m "chore: 清除缓存。"
git push
附录
阅读原文:https://blog.mazey.net/1401.html
2024-04-11 13:42:25
git rm -r --cached .
git add .
git commit -m "chore: 清除缓存。"
git push
阅读原文:https://blog.mazey.net/1401.html