jedbrown / git-fat

Simple way to handle fat files without committing them to git, supports synchronization using rsync
BSD 2-Clause "Simplified" License
622 stars 137 forks source link

repo dirty after git fat pull #84

Closed elouet closed 6 years ago

elouet commented 6 years ago

I have an environment that uses git fat. After I checkout the environment and run git fat pull on the folder, it appears that the file has been "Modified" and I cannot do any checkout/rebase. When deleting the file and doing a new checkout, the status remains the same, I'm like stuck with the current commit, unable to stash or do anything.

elouet commented 6 years ago

git fat status indicates stale object, probably due to my server configuration. Closing.