I interrupted a git add -A
command using Ctrl+C
and then I run
git reset --mixed
Now I executed again git add -A
and then git commit -m "message"
but I get
fatal: unable to write new_index file
The output of
git status:
# On branch master
nothing to commit (working directory clean)
Can you help me in committing my changes?
ps I have enough space in my disk