Git repository corrupted error

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

  1. Just open project
  2. File changes are not displayed

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: