Git Basics: Large File Storage (LFS) #772
wjt
announced in
Published Guides
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Threadbare uses Git Large File Storage (LFS) to store large assets, such as music and artwork, more efficiently. Git LFS is an extension to Git, and depending on which operating system you are using, it may not be installed & configured automatically. If you do not have Git LFS installed & configured, you will not be able to edit & run Threadbare after cloning the repository.
If you see errors like the following when opening Threadbare in the Godot Engine editor, this normally means that you have cloned the repository without Git LFS:
To solve this problem, you will need to install and configure Git LFS, and then re-clone the Threadbare repository. The steps to take depend on which operating system you are using. Once you have completed the steps below, close Godot, delete your clone of the Threadbare repository and clone it again.
Windows
Git LFS is included with Git for Windows, so no special action should be needed. Please let us know if this is not the case.
macOS
If you have followed our Set up Git guide, you will have installed git using Homebrew. Install Git LFS as follows:
Git LFS initialized.Linux
Depending on your Linux distribution, you may be able to install
git-lfsthrough your package manager. If you are unable to do that:Git LFS initialized.Beta Was this translation helpful? Give feedback.
All reactions