Skip to content

How to download files when git-lfs was installed after git clone #325

@mnapoli

Description

@mnapoli
  • git-lfs is not installed
  • 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…

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions