Git LFS #176540
Replies: 2 comments
-
| 
         The issue happens because Git LFS (Large File Storage) requires the Git CLI, not just the GitHub Desktop app. Installing GitHub Desktop doesn’t automatically make the git command available in your system PATH, which is why the installer says “git can’t be found.” How to fix it: 
 
 
 
 
 ✅ TL;DR  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         GitHub isn’t really recommended for storing large Unity project files, it’s mainly meant for code, not big assets. Even with Git LFS, large game files can cause issues. It’s better to use cloud storage (like Google Drive or OneDrive) or Unity’s Plastic SCM, which is designed for game projects.  | 
  
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I recently started creating a project for Unity and having trouble with large file space taking up corrupted room on my pc project and was informed to get git hub and git LFS I have the git hub now but when i try to download the git lfs says git cant be found but i obviously have the git hub so what's going wrong?
Beta Was this translation helpful? Give feedback.
All reactions