Running git on OVM Ubuntu, when checking for valid credential all is OK:
git config user.name
roland
but when I attempt to commit
git commit –m “add an ‘about’ page
I get the error message:
fatal: could not open ‘.git/COMMIT_EDITMSG’: Permission denied
when I run git log I see that previous commits have been ascribed to
Author: root<root@mymodem.box>
Any clues as to what to do to enable authorship of commits, etc.? This issue arises in a completely local environment. Thanks.