Skip to content
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

Error Cloning Repository - LFT Over Quota #672

Closed
jackdaus-at-noblis opened this issue Feb 2, 2024 · 3 comments
Closed

Error Cloning Repository - LFT Over Quota #672

jackdaus-at-noblis opened this issue Feb 2, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@jackdaus-at-noblis
Copy link

Describe the bug
When I attempt to clone this git repository, I encounter an error,

Downloading Documentation~/Images/Unity-glTF-workflows.png (59 KB)
Error downloading object: Documentation~/Images/Unity-glTF-workflows.png (aa50e39): Smudge error: Error downloading Documentation~/Images/Unity-glTF-workflows.png (aa50e3980f8e9a99e53b8347cdde7e293fe37ffb5e1469640379d802ef304541): batch response: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access.

To Reproduce
Steps to reproduce the behavior:

  1. Clone the git repository locally by running
    git clone https://github.com/atteneder/glTFast.git

Here is the full console message,

C:\Users\user\source>git clone https://github.com/atteneder/glTFast.git
Cloning into 'glTFast'...
remote: Enumerating objects: 12716, done.
remote: Counting objects: 100% (4737/4737), done.
remote: Compressing objects: 100% (527/527), done.
remote: Total 12716 (delta 4369), reused 4272 (delta 4210), pack-reused 7979
Receiving objects: 100% (12716/12716), 3.51 MiB | 8.90 MiB/s, done.
Resolving deltas: 100% (10380/10380), done.
Updating files: 100% (666/666), done.
Downloading Documentation~/Images/Unity-glTF-workflows.png (59 KB)
Error downloading object: Documentation~/Images/Unity-glTF-workflows.png (aa50e39): Smudge error: Error downloading Documentation~/Images/Unity-glTF-workflows.png (aa50e3980f8e9a99e53b8347cdde7e293fe37ffb5e1469640379d802ef304541): batch response: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access.

Errors logged to 'C:\Users\user\source\glTFast\.git\lfs\logs\20240202T162051.86522.log'.
Use `git lfs logs last` to view the log.
error: external filter 'git-lfs filter-process' failed
fatal: Documentation~/Images/Unity-glTF-workflows.png: smudge filter lfs failed
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'

Additional context
It seems like this error is causing problems with opening Unity projects as well.

@jackdaus-at-noblis jackdaus-at-noblis added the bug Something isn't working label Feb 2, 2024
@jackdaus-at-noblis
Copy link
Author

In case others are running into this issue, as a workaround, I've replaced this repo in my Unity project's package dependency with the "official" package, https://docs.unity3d.com/Packages/[email protected]/manual/UpgradeGuides.html#transition-to-unity-gltfast

I specified the package version 5.2.0, since the newest package version (6.2.0) seems to break some ReadyPlayerMe related things.

@atteneder
Copy link
Owner

@jackdaus-at-noblis I approve the switch to the Unity package as well!

I refuse to pay GH more and more money out of my private pocket for providing packages free of charge, hence I run out of GIT LFS traffic quota occasionally. Mid-term I'm working on a solution.

Thanks for understanding.

@jackdaus-at-noblis
Copy link
Author

@atteneder I totally understand! I wouldn't expect anyone to personally finance a free, open source project. I just wanted to make sure you were aware in case you didn't already know.

And of course, thanks for maintaining this repo! I'm sure the time cost is not insignificant. The community appreciates it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants