fatal: could not open '.git/COMMIT_EDITMSG': Permission denied

后端 未结 13 1741
遥遥无期
遥遥无期 2020-12-12 19:08

I am trying to deploy octopress on github pages. I followed these instructions:

http://octopress.org/docs/deploying/github/

It all worked well until the comm

13条回答
  •  执念已碎
    2020-12-12 19:39

    This tends not to be a permissions issue.

    This situation may occur when you are prompted to record a commit message when merging (for example) and you don't save and quit the text editor but you simply quit.

    Git seems to assume there is still someone editting a commit message and refuses to overwrite the existing file as it would cause unexpected behaviour and loss of another commit message.

提交回复
热议问题