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
Say /foo.png is NOT tracked using git-lfs in repository username.github.io, then if you access to http://username.github.io/foo.png you see image just fine.
If you were to track /foo.png using git-lfs (i.e., git lfs track foo.png), then if you access to http://username.github.io/foo.png the image is not available.
Say
/foo.png
is NOT tracked usinggit-lfs
in repositoryusername.github.io
, then if you access tohttp://username.github.io/foo.png
you see image just fine.If you were to track
/foo.png
usinggit-lfs
(i.e.,git lfs track foo.png
), then if you access tohttp://username.github.io/foo.png
the image is not available.This may be related to GitHub pages rather than https://github.com/github/git-lfs/, but I wouldn’t know where to report.
Am I missing something?
Thank you.
The text was updated successfully, but these errors were encountered: