1、git rm -r --cached "unpackage" //执行删除命令
2、git commit -m "remove ubpackage" //提交
3、git push origin master //提交到远程分支