删除 git rm -r --cached .idea/* git rm -r --cached target/* (--cached 表示本地仍旧保留) 提交 git commit -m "删除不需要的文件" git push