Skip to content

Strange remote: warning re libjfxwebkit.dylib when pushing to GitHub #48

Answered by wiverson
abulka asked this question in Q&A
Discussion options

You must be logged in to vote

So, when I originally set up the repository as a regular repository, I included the webkit libraries. Then, when I flipped it to a template, GitHub complained that files greater than 50mb are too big for templates. Because of how Git works, you're getting a copy of that old library in the history even though it's no longer used.

The error message you are seeing is basically boils down to GitHub complaining about a large file in the history and recommending you install Git LFS. If you use something like GitHub Desktop it can set up Git LFS for you on your repository with a click, or you can look up how to do it at the command line.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@abulka
Comment options

@wiverson
Comment options

Answer selected by abulka
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #47 on December 16, 2021 23:54.