Skip to content

Issue with pushing large files #61221

Discussion options

You must be logged in to vote

I have installed git lfs like you described, but I managed to fix the issue. instead of doing git lfs track, I had to do the following:

git filter-branch --tree-filter 'rm -rf path/to/file' HEAD

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@DavidGilson24
Comment options

Answer selected by DavidGilson24
@shawnnolanjr
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Repositories The core of version-controlled code storage Question
3 participants