aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawlobQ5j7hQVIGkwMWW3yKB_DWqthJcpnsQ <Qi@web>2015-03-10 11:40:35 -0400
committeradmin <admin@branchable.com>2015-03-10 11:40:35 -0400
commit71b8827051bf3499d00d9a7e038ce9d33cedb446 (patch)
tree05e7a441e62f93ecd48290e309e8f2802b0742cb
parent1e90308ca089f2dc382c7bc60c37b897014e1373 (diff)
downloadikiwiki-71b8827051bf3499d00d9a7e038ce9d33cedb446.tar
ikiwiki-71b8827051bf3499d00d9a7e038ce9d33cedb446.tar.gz
Added a comment
-rw-r--r--doc/forum/Git_push_failure/comment_5_87b05d66a30ab52f22c6167b2bad0654._comment15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/forum/Git_push_failure/comment_5_87b05d66a30ab52f22c6167b2bad0654._comment b/doc/forum/Git_push_failure/comment_5_87b05d66a30ab52f22c6167b2bad0654._comment
new file mode 100644
index 000000000..e5095be18
--- /dev/null
+++ b/doc/forum/Git_push_failure/comment_5_87b05d66a30ab52f22c6167b2bad0654._comment
@@ -0,0 +1,15 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawlobQ5j7hQVIGkwMWW3yKB_DWqthJcpnsQ"
+ nickname="Qi"
+ subject="comment 5"
+ date="2015-03-10T15:40:34Z"
+ content="""
+After fixing cgi config
+
+ git_wrapper: '/home/qazwsx/space-pages/repo.git/hooks/post-update'
+ cgi_wrapper: '/home/qazwsx/public_html/space-pages/ikiwiki.cgi'
+
+, rebuilding, modifying some .md file, git commit & push, it now works.
+
+The git wrapper is the executable that lives in your git repository, and is used to accept git pushes. The cgi wrapper is the executable that is visible by your web server, and is run by the web server when requests come in from the web
+"""]]