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' 其
相關文章
相關標籤/搜索