diff options
author | https://www.google.com/accounts/o8/id?id=AItOawlobQ5j7hQVIGkwMWW3yKB_DWqthJcpnsQ <Qi@web> | 2015-02-25 14:53:40 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-02-25 14:53:40 -0400 |
commit | 2cb0bb432daa612d928de543e74927755094450d (patch) | |
tree | d1a97018456467c1a043b726ebf9d54d64fb7e46 | |
parent | 8bfae9be91ae483321f11f839a6e83575a1a90a4 (diff) | |
download | ikiwiki-2cb0bb432daa612d928de543e74927755094450d.tar ikiwiki-2cb0bb432daa612d928de543e74927755094450d.tar.gz |
-rw-r--r-- | doc/forum/Git_push_failure.mdwn | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/forum/Git_push_failure.mdwn b/doc/forum/Git_push_failure.mdwn index e443994f9..d9953eb87 100644 --- a/doc/forum/Git_push_failure.mdwn +++ b/doc/forum/Git_push_failure.mdwn @@ -1,18 +1,18 @@ 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: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" -<skip> -``` + + $ 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: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + <skip> + 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? |