aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/Git_push_failure/comment_2_5e53d75ebf410ee2c3365595c7ecf246._comment
blob: 2439f57b723c39be99468a77a54a21c71a3eca13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
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>
"""]]