]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/forum/Git_push_failure.mdwn
Added a comment: Use an underlay instead
[git.ikiwiki.info.git] / doc / forum / Git_push_failure.mdwn
1 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
4     $ git push
5     Counting objects: 22, done.
6     Delta compression using up to 4 threads.
7     Compressing objects: 100% (22/22), done.
8     Writing objects: 100% (22/22), 2.71 KiB | 0 bytes/s, done.
9     Total 22 (delta 14), reused 0 (delta 0)
10     remote: Died at /usr/share/perl5/IkiWiki/CGI.pm line 491.
11     remote: Content-type: text/html
12     remote: 
13     remote: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
14     <skip>
17 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?
19 I'm using ikiwiki version 3.20150107 on Ubuntu Linux 14.0.4 LTS.