remote: error: File appcook_remain/target/remain-1-jar-with-dependencies.jar is 143.37 MB; this exceeds GitHub's file size limit of 100.00 MB
使用如下命令解决:
git filter-branch --index-filter 'git rm --cached --ignore-unmatch appcook_remain/target/remain-1-jar-with-dependencies.jar'
详细内容参考:http://www.thisprogrammingthing.com/2013/fixing-the-this-exceeds-githubs-file-size-limit-of-100-mb-error/