Answers for "gh001: large files detected. you may want to try git large file storage - https://git-lfs.github.com. to github.com:hanyuela/team.git"

4

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
Posted by: Guest on December-20-2020

Code answers related to "gh001: large files detected. you may want to try git large file storage - https://git-lfs.github.com. to github.com:hanyuela/team.git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language