OS info
- Operating System : Windows 10.0.22000
- Wappler Version : 4.9.1
Problem description
Can’t see update files for the git reporistory.
Steps to reproduce
- Just open project
- File changes are not displayed
report1653854812265.zip (453.8 KB)
Can’t see update files for the git reporistory.
report1653854812265.zip (453.8 KB)
Are you sure there are file changes?
Try opening terminal and running the command git status
to see if there are any pending changes or not.
There is a lost object:
git status
Refresh index: 100% (737/737), done.
error: garbage at end of loose object 'ab5912de5b4868dd67b6b759bb976ae2c121b8af'
fatal: loose object ab5912de5b4868dd67b6b759bb976ae2c121b8af (stored in .git/objects/ab/5912de5b4868dd67b6b759bb976ae2c121b8af) is corrupt
There is a lost object:
git status
Refresh index: 100% (737/737), done.
error: garbage at end of loose object ‘ab5912de5b4868dd67b6b759bb976ae2c121b8af’
fatal: loose object ab5912de5b4868dd67b6b759bb976ae2c121b8af (stored in .git/objects/ab/5912de5b4868dd67b6b759bb976ae2c121b8af) is corrupt
Well it seems your local git repository is somehow corrupted.
Maybe this will help: