You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clone a repository containing large files (i.e. using git-lfs)
large files are actually text pointers (OK)
install git-lfs
-> large files are still text pointers
How can I "refresh" my local repository so that git-lfs replaces the text pointers with the actual files?
This is especially problematic on Travis: the repository is cloned before everything, so I have to install git-lfs and then somehow refresh the repository. I have tried many things (init, pull, checkout, …) without success…