要删除远程库中的文件,可以通过以下步骤:
git rm <file>
git commit -m "Delete <file>"
git push origin master
这样就可以成功删除远程库中的文件。