whosonfirst / whosonfirst-www

www.whosonfirst.org – it's a website.
https://www.whosonfirst.org/
5 stars 8 forks source link

git lfs pull, not git lfs fetch, to get large files #5

Closed dimfeld closed 7 years ago

dimfeld commented 8 years ago

As of v0.6.0 of git LFS, you need to run git lfs pull to actually install the file. git lfs fetch now works similarly to git fetch, in that it downloads the objects for the file but doesn't actually update the working copy, so you're left still looking at the metadata.

thisisaaronland commented 7 years ago

Thanks!