git rm -r --cached 文件/文件夹名字
git add . git commit -m ''
git rm file_path git commit -m 'delete somefile' git push