Video not showing up in the actual website, but it shows up in my vscode #83098
-
Select Topic AreaQuestion BodyI successfully used Git LFS to commit and sync my large video files to GitHub. Everything worked fine initially, and the videos appeared when I accessed the website through Visual Studio Code. However, I've noticed that the videos don't show up when I visit the actual website via GitHub. This inconsistency is quite puzzling. Could anyone please provide some assistance and clarification on this issue? |
Beta Was this translation helpful? Give feedback.
Answered by
lhaibadesigns
Dec 30, 2023
Replies: 2 comments 1 reply
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Make sure your Git LFS client is up to date:
and then confirm that Git LFS is installed on your local machine, and the Git LFS filters are configured correctly:
and re-push LFS objects:
git lfs push origin "your branch name"
without "" for sure.