marcialwushu / angular-electron

Angular Desktop Apps with Electron
5 stars 0 forks source link

remote: error: GH001: Large files detected #10

Open marcialwushu opened 4 years ago

marcialwushu commented 4 years ago
remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.
remote: error: Trace: 4b4953006d60dd312400080675a77968
remote: error: See http://git.io/iEPt8g for more information.
remote: error: File release-builds/electron-tutorial-app-win32-ia32/resources/app.asar is 118.96 MB; this exceeds GitHub's file size limit of 100.00 MB
marcialwushu commented 4 years ago

The command that allow you to do it is:

git filter-branch -f --index-filter 'git rm --cached --ignore-unmatch fixtures/11_user_answer.json'

MEDIUM

marcialwushu commented 4 years ago

https://thomas-cokelaer.info/blog/2018/02/git-how-to-remove-a-big-file-wrongly-committed/

marcialwushu commented 4 years ago

https://stackoverflow.com/questions/19858590/issues-with-pushing-large-files-through-git/19945538