]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
(no commit message)
authorhttps://www.google.com/accounts/o8/id?id=AItOawlobQ5j7hQVIGkwMWW3yKB_DWqthJcpnsQ <Qi@web>
Thu, 29 Jan 2015 17:32:46 +0000 (13:32 -0400)
committeradmin <admin@branchable.com>
Thu, 29 Jan 2015 17:32:46 +0000 (13:32 -0400)
doc/forum/Build_time_error:_Cannot_decode_string_with_wide_characters_.mdwn

index 0f5adef3448129b7978b9bbac72d1e75ce4685e6..38b64b5622246aefa29a434ad5e2e9baa2515f6b 100644 (file)
@@ -1,11 +1,10 @@
 I got the following error related to `Encode.pm` when I build my Ikiwiki instance 
 
-```
-$ ikiwiki --setup mysite.setup
-...
-'git pull --prune origin' failed:  at /usr/pkg/lib/perl5/vendor_perl/5.20.0/IkiWiki/Plugin/git.pm line 220.
-Cannot decode string with wide characters at /usr/pkg/lib/perl5/5.20.0/darwin-thread-multi-2level/Encode.pm line 175.
-```
+
+    $ ikiwiki --setup mysite.setup
+    'git pull --prune origin' failed:  at /usr/pkg/lib/perl5/vendor_perl/5.20.0/IkiWiki/Plugin/git.pm line 220.
+    Cannot decode string with wide characters at /usr/pkg/lib/perl5/5.20.0/darwin-thread-multi-2level/Encode.pm line 175.
+
 
 Any idea how to fix it?