I got the following message when trying to commit my app to Git:
**The working copy "XYZ" failed to commit files.**
fatal: Repository has been updated, but unable to write
new_index file. Check that disk is not full or quota is
not exceeded, and then "git reset HEAD" to recover.
I have been trying to understand how to recover from this and perform a "git reset HEAD" without discard anything committed. I have read about terminal commands and tried but still do not understand the steps to take.
The disk is not full, however it is located on my Qnap NAS on my network.
Could someone give me a step-by-step guide or point me to one?