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

Each time accessing a git repository with 'git-lfs' in Wrap may cause lots of disk usage, depends on the lfs size. #5856

Open
2 tasks done
aluneed opened this issue Feb 19, 2025 · 0 comments
Labels
Bugs Bugs, Hangs, Crash, and Freezes

Comments

@aluneed
Copy link

aluneed commented Feb 19, 2025

Pre-submit Checks

Describe the bug

Each time accessing certain git repository with git-lfs(https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B in this case), a git process and a git-lfs process will be started and cause a lot of disk usage.
There will be many writes in ./.git/lfs/tmp and soon be deleted. In my case, the total write size may equal to the size of ./.git/lfs/objects.

Accessing the same path with apple terminal will not start a git-lfs process.

It may not actually be a bug, but the guys who want to check certain LLM model in their 256G macbook may get in trouble.

Image Image

To reproduce

'cd' to a git repository with git-lfs (https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B for example).

Expected behavior

No response

Screenshots

No response

Operating system

MacOS

Operating system and version

Sequoia 15.3.1

Shell Version

zsh 5.9 (arm64-apple-darwin24.0)

Current Warp version

v0.2025.02.12.16.51.stable_03

Regression

No, this bug or issue has existed throughout my experience using Warp

Recent working Warp date

No response

Additional context

No response

Does this block you from using Warp daily?

No

Is this an issue only in Warp?

Yes, I confirmed that this only happens in Warp, not other terminals.

Warp Internal (ignore): linear-label:b9d78064-c89e-4973-b153-5178a31ee54e

None

@aluneed aluneed added the Bugs Bugs, Hangs, Crash, and Freezes label Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugs Bugs, Hangs, Crash, and Freezes
Projects
None yet
Development

No branches or pull requests

1 participant