From 8bfae9be91ae483321f11f839a6e83575a1a90a4 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawlobQ5j7hQVIGkwMWW3yKB_DWqthJcpnsQ" Date: Wed, 25 Feb 2015 14:52:55 -0400 Subject: --- doc/forum/Git_push_failure.mdwn | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 doc/forum/Git_push_failure.mdwn diff --git a/doc/forum/Git_push_failure.mdwn b/doc/forum/Git_push_failure.mdwn new file mode 100644 index 000000000..e443994f9 --- /dev/null +++ b/doc/forum/Git_push_failure.mdwn @@ -0,0 +1,21 @@ +I set up a local Ikiwiki following the instruction on [manually installing](https://ikiwiki.info/setup/byhand/). However, when I Git push, I see the following + +``` +$ git push +Counting objects: 22, done. +Delta compression using up to 4 threads. +Compressing objects: 100% (22/22), done. +Writing objects: 100% (22/22), 2.71 KiB | 0 bytes/s, done. +Total 22 (delta 14), reused 0 (delta 0) +remote: Died at /usr/share/perl5/IkiWiki/CGI.pm line 491. +remote: Content-type: text/html +remote: +remote: +``` + +where the content at the bottom of the console printout is actually the content of my `rootdir/index.mdwn`. And the destination, i.e. the deployed web documents is not automatically updated reflecting the commits I pushed to Git repo. Any idea? + +I'm using ikiwiki version 3.20150107 on Ubuntu Linux 14.0.4 LTS. + + -- cgit v1.2.3