Skip to content

Instantly share code, notes, and snippets.

@apphands
Last active October 12, 2023 12:21
Show Gist options
  • Save apphands/e695917bb51530be66c35d5d753357ca to your computer and use it in GitHub Desktop.
Save apphands/e695917bb51530be66c35d5d753357ca to your computer and use it in GitHub Desktop.
To fix the Git error: "remote: error: GH001: Large files detected."
git filter-branch -f --index-filter 'git rm -r -f --ignore-unmatch <FILE_TO_REMOVE>' HEAD
@IFEE09
Copy link

IFEE09 commented Nov 22, 2021

Amazing, thank you so much.

@vuduchong209305
Copy link

thank you so much

@om0wt
Copy link

om0wt commented Oct 12, 2023

Thanks @apphands, it helped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment