diff options
author | https://www.google.com/accounts/o8/id?id=AItOawlobQ5j7hQVIGkwMWW3yKB_DWqthJcpnsQ <Qi@web> | 2015-03-10 02:02:48 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-03-10 02:02:48 -0400 |
commit | d6e83dcfb39438a169e50f26f73bd8fc13be8828 (patch) | |
tree | 8912d5c3923ddc944240f7c11c4aef2a309544e3 /doc | |
parent | 95d965a8dcc0dac520f2178e362c1a7fb431128d (diff) | |
download | ikiwiki-d6e83dcfb39438a169e50f26f73bd8fc13be8828.tar ikiwiki-d6e83dcfb39438a169e50f26f73bd8fc13be8828.tar.gz |
removed
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/Git_commit_error.mdwn | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/doc/forum/Git_commit_error.mdwn b/doc/forum/Git_commit_error.mdwn deleted file mode 100644 index 285c8a931..000000000 --- a/doc/forum/Git_commit_error.mdwn +++ /dev/null @@ -1,21 +0,0 @@ -The title should have been "Git push error". - -Every time when Git push from the source dir, it failes at "Died at /usr/share/perl5/IkiWiki/CGI.pm line 491." which is completely cryptic to me. Then it start to issue the content of `index.md` where each line starts with `remote: ` - - - source$ git push - 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"> - -Any ideas? - - |