首先打开msysGit命令行工具
首先使用命令 git rm xxx 删除远程文件
提交删除操作 git commit -m "test" ,并推送到远程仓库 git push origin master