mina
mina copied to clipboard
LFS Quota
trafficstars
Preliminary Checks
- [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/MinaProtocol/mina/issues
- [X] This issue is not a question, feature request, RFC, or anything other than a bug report. Please post those things in GitHub Discussions: https://github.com/MinaProtocol/mina/discussions
Description
Downloading docs/res/transition_frontier_diagram.tex.png (21 KB)
Error downloading object: docs/res/transition_frontier_diagram.tex.png (1925d3b): Smudge error: Error downloading docs/res/transition_frontier_diagram.tex.png (1925d3b821fbac581a6c7d5481c6f48817ad0f409b7a676e958ee3e37c6633e1): 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 /mnt/data1/nix/time/2024/08/02/mina/.git/modules/mina/lfs/logs/20240803T153444.951977532.log
Use `git lfs logs last` to view the log.
error: external filter 'git-lfs filter-process' failed
fatal: docs/res/transition_frontier_diagram.tex.png: smudge filter lfs failed```
### Steps to Reproduce
git clone
### Expected Result
git checkt should work
### Actual Result
fails
### Daemon version
bd394b5960918e7ccfd6a0c9eabd2f8fd3483ae9
### How frequently do you see this issue?
Always
### What is the impact of this issue on your ability to run a node?
High
### Status
```shell
na
Additional information
na
I did something like this as a workaround
GIT_LFS_SKIP_SMUDGE=1
git lfs uninstall
git checkout develop
This issue should be fixed now that https://github.com/MinaProtocol/mina/pull/15883 has been merged into develop. Closing.