66455/error-error-unable-object-nothing-commit-working-directory
Hi Guys,
I have git installed in my system. But when I try to check git status, it shows me the below error.
error: Could not read error: unable to read tree object HEAD nothing to commit (working directory clean)
Hi@akhtar,
This kind of error may occur if your .git folder don't have the permission. So give permission to this folder using the bellow given command.
$ cd .git $ chmod 755 *
Make this changes and try once.
This is usually caused by a permission ...READ MORE
This happens when no editor is set. ...READ MORE
This happens when there are unnecessary files ...READ MORE
One of the ways is to stash ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hi@akhtar, If you already have a .git/ folder ...READ MORE
Hi@akhtar, This can be caused in incorrect proxy ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.