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

后端 未结 13 1750
遥遥无期
遥遥无期 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:41

    If you are using Windows and you are stuck with any Git permission issues, make sure your (local) repository's .git folder contents are not marked as hidden.

    You can however hide the directory itself, just not it's contents (files, subdirectories).

提交回复
热议问题