]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/forum/Cannot_write_to_commitlock.mdwn
(no commit message)
[git.ikiwiki.info.git] / doc / forum / Cannot_write_to_commitlock.mdwn
index 81b0cdeb31bcc1c20d3e7e30e91713236d1af163..07e53453add8bd3e425aa4f0d0475fa374170662 100644 (file)
@@ -22,3 +22,11 @@ Ian.
 > than `ian` (possibly due to using git-daemon?), the post-commit
 > wrapper needs to be setuid to `ian`. This ensures that ikiwiki
 > runs as you and can see and write to the files. --[[Joey]] 
+
+The user is logging as ian, the same user as the laptop. I can push and pull git repos on the same server owned by the same user via ssh with no problem. I have deleted and re-started from scratch several times. However, for my use case I think it's simpler to keep the repo on my local computer and just rsync the web pages to the server.
+
+Ian.
+
+Ian, you've copied over the repo created by ikiwiki --setup, which contains hook/post-update - just remove that file which is not required anymore on the git server side.
+
+Serge