I found a git repository with a bunch of *.png files that I need.
The files' raw format however uses the git lfs and look like this:
version https://git-lfs.github.com/spec/v1
oid
sha256:82247bedcaf9f441851f272ca2213a64b1b1084b13709eee02f185921b057efe
size 258233
I've tried cloning the repository to view the images but I get the following:
error: external filter 'git-lfs filter-process' failed
fatal: "file_name".png: smudge filter lfs failed
warning: Clone succeeded, but checkout failed.
The "git pull" command returns the same error:
error: external filter 'git-lfs filter-process' failed
fatal: "file_name".png: smudge filter lfs failed.
The "git lfs pull" command simply returns "could not pull".
I ultimately want to view the "file_name".png as an image file instead of the sha256 string.