-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't clone repo due to LFS account limit #158
Comments
Turns out I can disable the LFS settings on my fork of the repo, and now I can clone it fine. Maybe there is some downside to this solution, but all seems OK so far... |
yeah. I think you should be fine without LFS |
I have to investigate what LFS bandwidth quota exactly means. This repo is not cloned a lot. gh-pages traffic perhaps count towards the quota. |
I'm facing the same issue, and as the files seemingly arent that large it might make a lot of sense to simply remove git-lfs from this repo: git lfs uninstall
touch **/*
git commit -a so I would really like to work on this repo (my fork of it, that is) and also play with the blender files, which i cannot reach as they are behind your exceeded github git-lfs quota :/ |
ok nvm i tried building as by the instructions but there are too many outdated packages, so i think that should be a higher priority :D |
Try to clone my fork of this repo, I get the following error:
Retry doesn't work. Following the failed operation, I am left with source code downloaded, but the version history is all messed up and hence I'm not able to commit changes.
The cause of the error seems to be a problem with the parent repo (supermedium/moonrider), not my fork:
https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage
"Bandwidth and storage usage only count against the repository owner's quotas. In forks, bandwidth and storage usage count against the root of the repository network. Anyone with write access to a repository can push files to Git LFS without affecting their personal bandwidth and storage quotas or purchasing data packs. Forking and pulling a repository counts against the parent repository's bandwidth limit."
I don't understand why the repo woud be using LFS, as the asset causing the problem is only 604 KB.
Can it be fixed not to use LFS?
I'd like to be able to clone the repo to work further on performance investigations as per diarmidmackenzie#3
The text was updated successfully, but these errors were encountered: