-
Notifications
You must be signed in to change notification settings - Fork 136
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
git-fat filter-clean: cache already exists #80
Comments
You must have set the environment variable GIT_FAT_VERBOSE. This is just informing you that the clean filter (to compute what Git should store in the repository) has already cached this object. It's harmless diagnostic information.
|
i'm seeing the same thing. I'm running into an issue where any command i run (local or remote) has a long response time. It takes about 15-20mins to complete any [git status, git pull, git stash etc.] This is coming off a fresh clone of the repo When i do a git pull it runs through each object with
and then exits with
When i do git checkout -- . it then runs through each object with
When I do git stash it runs through each object with
I'm not really sure what is happening here, because since this is a fresh clone there are no changes that I've made, but even when i dump whatever changes it think has happened it puts me in this loop. And when i type git status it says "your branch is up to date with 'origin/branch'" |
I find the solution from https://git-scm.com/docs/racy-git
|
Hi,
I'm using a git repo with git-fat for my large files. When I run "git status" the following message appears
git-fat filter-clean: cache already exists .git/fat/objects/da39a3ee5e6b4b0d3255bfef95601890afd80709
What does this mean and how can this be resolved? Commit, push and pull work without any problems.
The text was updated successfully, but these errors were encountered: