清除 Git 缓存 2020-05-09 本文已影响0人 PeckZeg git rm -r --cached . git add . git commit -am 'git cache cleared' git push 引用 https://stackoverflow.com/questions/41863484/clear-git-local-cache/41863575