git rm -r --cached . git add . git commit -am 'git cache cleared' git push rm 清除 -r 递归文件 --cached . 根目录下所有文件