]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Added a comment
authorhttps://www.google.com/accounts/o8/id?id=AItOawlobQ5j7hQVIGkwMWW3yKB_DWqthJcpnsQ <Qi@web>
Tue, 10 Mar 2015 06:01:06 +0000 (02:01 -0400)
committeradmin <admin@branchable.com>
Tue, 10 Mar 2015 06:01:06 +0000 (02:01 -0400)
doc/forum/Git_push_failure/comment_2_5e53d75ebf410ee2c3365595c7ecf246._comment [new file with mode: 0644]

diff --git a/doc/forum/Git_push_failure/comment_2_5e53d75ebf410ee2c3365595c7ecf246._comment b/doc/forum/Git_push_failure/comment_2_5e53d75ebf410ee2c3365595c7ecf246._comment
new file mode 100644 (file)
index 0000000..2439f57
--- /dev/null
@@ -0,0 +1,107 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawlobQ5j7hQVIGkwMWW3yKB_DWqthJcpnsQ"
+ nickname="Qi"
+ subject="comment 2"
+ date="2015-03-10T06:01:06Z"
+ content="""
+Building manually seems to generate a functioning output web site.  I can't see any obvious error in the result or the console output when running ikiwiki.
+
+The complete console output for running `git push` from the source dir is:
+    Counting objects: 33, done.
+    Delta compression using up to 4 threads.
+    Compressing objects: 100% (32/32), done.
+    Writing objects: 100% (33/33), 11.62 KiB | 0 bytes/s, done.
+    Total 33 (delta 15), 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\"
+    remote:  \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">
+    remote: <html xmlns=\"http://www.w3.org/1999/xhtml\">
+    remote: 
+    remote: <head>
+    remote: 
+    remote: 
+    remote: <base href=\"/~qazwsx/pages/\" />
+    remote: 
+    remote: 
+    remote: <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />
+    remote: <title>Error</title>
+    remote: 
+    remote: <link rel=\"stylesheet\" href=\"/~qazwsx/pages/style.css\" type=\"text/css\" />
+    remote: 
+    remote: <link rel=\"stylesheet\" href=\"/~qazwsx/pages/local.css\" type=\"text/css\" />
+    remote: 
+    remote: 
+    remote: 
+    remote: 
+    remote: 
+    remote: </head>
+    remote: <body>
+    remote: 
+    remote: <div class=\"page\">
+    remote: 
+    remote: <div class=\"pageheader\">
+    remote: <div class=\"header\">
+    remote: <span>
+    remote: <span class=\"parentlinks\">
+    remote: 
+    remote: <a href=\"/~qazwsx/pages/\">Qazwsx XXX's Home Page</a><font color=\"gray\"> / </font>
+    remote: 
+    remote: </span>
+    remote: <span class=\"title\">
+    remote: Error
+    remote: 
+    remote: </span>
+    remote: </span>
+    remote: 
+    remote: 
+    remote: 
+    remote: </div>
+    remote: 
+    remote: <!-- do not use action bar (the gray bar under the title) -->
+    remote: <!--  -->
+    remote: <!-- <div class=\"actions\"> -->
+    remote: <!-- <ul> -->
+    remote: <!--  -->
+    remote: <!--  -->
+    remote: <!-- <!--<li><a href=\"./recentchanges/\">RecentChanges</a></li>-->
+    remote: <!--  -->
+    remote: <!--  -->
+    remote: <!--  -->
+    remote: <!--  -->
+    remote: <!--  -->
+    remote: <!--  -->
+    remote: <!--  -->
+    remote: <!--  -->
+    remote: <!-- </ul> -->
+    remote: <!-- </div> -->
+    remote: <!--  -->
+    remote: 
+    remote: 
+    remote: 
+    remote: </div>
+    remote: 
+    remote: 
+    remote: 
+    remote: <div id=\"pagebody\">
+    remote: 
+    remote: <div id=\"content\">
+    remote: <p class=\"error\">Error: \"do\" parameter missing
+    remote: </p>
+    remote: </div>
+    remote: 
+    remote: 
+    remote: 
+    remote: </div>
+    remote: 
+    remote: <div id=\"footer\" class=\"pagefooter\">
+    remote: 
+    remote: <!-- from Qazwsx XXX's Home Page -->
+    remote: </div>
+    remote: 
+    remote: </div>
+    remote: 
+    remote: </body>
+    remote: </html>
+"""]]