GitHub提交显示文件不能超过100MB

git push的时候报错,git push remote: error: GH001: Large files detected. 表示提交的文件太大,不能超过100MB 解决办法以下,输入下列的代码,再git push,就OK了:git git filter-branch --index-filter 'git rm --cached --ignore-unmatch path/name' 其
相关文章
相关标签/搜索