将缓存中的所有文件移除
git rm -r --cached .
然后提交,就会删除远程仓库中的文件
git add . git commit -m 'update .gitignore' git push origin <branch>
← Git相关知识点 常用Git命令清单→