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
It seems githack.com does not work with git lfs. Here's a test repo (not mine) with an LFS file: https://github.com/Schoonology/git-lfs-test - the file binary.jpg is stored with LFS. If I understand how githack is supposed to work, I should be able to wget that file straight from githack.com:
It seems githack.com does not work with git lfs. Here's a test repo (not mine) with an LFS file: https://github.com/Schoonology/git-lfs-test - the file
binary.jpg
is stored with LFS. If I understand how githack is supposed to work, I should be able to wget that file straight from githack.com:But that just returns the pointer file:
which is not good.
Downloading straight from github raw works fine:
but downloading using
raw.githubusercontent.com
(which may be where githack.com is proxying from?) does not:So it would appear that at this point, githack doesn't support LFS. It would be great if it could!
The text was updated successfully, but these errors were encountered: