this exceeds GitHub’s file size limit of 100.00 MB

上传代码到GitHub报错:

remote: error: File taiguo/hcsasia/thb/system/service_center/error_log is 511.29 MB; this exceeds GitHub's file size limit of 100.00 MB

这个错误说明,你的文件已经超出单个文件最大100M的限制,解决办法是,删除那个大文件,然后执行以下代码

git rm --cached taiguo/hcsasia/thb/system/service_center/error_log
git commit --amend -CHEAD