When I'm trying use git status or git checkout master or git pull,
I'm getting an error :-
"fatal: Unknown index entry format 61740000".
I've tried to Reinitialize existing Git repository. But it did not fix the problem.
I'm new to git, and I have just made a first branch and make some changes and trying to commit the changes.
Tried searching on Google but can't find the right solution for the code 61740000.
Edit: Deleted the whole local repository and then again cloned from remote repository (git status worked), created a branch (git status worked) and made changes to files (git status error).
Please help.
