]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/anonymous_git_push_broken_again.mdwn
comment
[git.ikiwiki.info.git] / doc / bugs / anonymous_git_push_broken_again.mdwn
1 This might not be the same cause or solution as [[git_test_receive_wrapper_fails]] so filing
2 it separately.
4 Anon git push is broken again
6     remote: error: cannot lock ref 'HEAD': Unable to create '/home/b-ikiwiki/source.git/./HEAD.lock': Permission denied
7     To git://git.ikiwiki.info/
8      ! [remote rejected]     master -> master (failed to update ref)
10 *—[[Jon]], 2020-10-06*
12 > It does not seem related to the other problem. I don't understand how it
13 > could have broken in a new way since I fixed it before. git has not been
14 > upgraded in the meantime. This is affecting more than one site, and the
15 > permissions do not seem obviously broken.
16
17 > Since this is now seeming so fragile -- after working for about a decade,
18 > it's broken twice in a matter of months -- I'm questioning whether it's
19 > worth trying to keep the feature working. --[[Joey]]