0
点赞
收藏
分享

微信扫一扫

git大文件没有上传完成失败

老王420 2023-04-11 阅读 71


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/


举报

相关推荐

0 条评论