问题
I am having the same problem like:
this thread
when I tried the given answer:
chown --recursive $(id -u) .
in my git bash, and after I tried to commit I still have the problem. If I run:
chown --recursive $(id -u)
(Notice that the dot is not there) I got the following message:
chown: missing operand after '197609'
What does it mean? That the missing operand is the dot?
Why "chown --recursive $(id -u) ." is not solving the problem? What other things can I do?
Thanks for your help
来源:https://stackoverflow.com/questions/33351275/about-fatal-could-not-open-git-commit-editmsg-permission-denied