Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.

git filter-branch -f --index-filter 'git rm --cached --ignore-unmatch <path of the file>'

or if you have a large file you want to delete use 

git stash 
git stash apply
 
PREVIOUS NEXT
Tagged: #Large #files #You #Git #Large #File #Storage
ADD COMMENT
Topic
Name
8+1 =