Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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 commit part, where I get error:

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

I am the owner of my github.io page, of course, and I never had this issue before. Why is this happening, and more importantly how do I resolve it?

like image 200
user1754606 Avatar asked Nov 11 '13 22:11

user1754606


1 Answers

I solved it by deleting .git/COMMIT_EDITMSG. Weird, I know.

like image 153
Zenadix Avatar answered Sep 28 '22 09:09

Zenadix