Created
June 4, 2019 18:10
-
-
Save santiblanko/b30604c5c252e04b657214580fa4c112 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git lfs fetch --all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As Taylor mentioned, you can use git lfs install --system --skip-repo to make sure Git LFS is installed. If you have your Git LFS data pushed to the origin remote, it should be possible to do a git lfs fetch origin && git lfs checkout and your data should be recoverable.