diff options
author | https://www.google.com/accounts/o8/id?id=AItOawlobQ5j7hQVIGkwMWW3yKB_DWqthJcpnsQ <Qi@web> | 2015-01-29 13:32:46 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-01-29 13:32:46 -0400 |
commit | af662b8fab7fe717c849e339b7538cd723eb1a6b (patch) | |
tree | 37e91c466fdd738b5f75531966cd07c9b303f72d | |
parent | 66026c1482b8c2a1d87fed33db6e1b1820f6ad6a (diff) | |
download | ikiwiki-af662b8fab7fe717c849e339b7538cd723eb1a6b.tar ikiwiki-af662b8fab7fe717c849e339b7538cd723eb1a6b.tar.gz |
-rw-r--r-- | doc/forum/Build_time_error:_Cannot_decode_string_with_wide_characters_.mdwn | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/forum/Build_time_error:_Cannot_decode_string_with_wide_characters_.mdwn b/doc/forum/Build_time_error:_Cannot_decode_string_with_wide_characters_.mdwn index 0f5adef34..38b64b562 100644 --- a/doc/forum/Build_time_error:_Cannot_decode_string_with_wide_characters_.mdwn +++ b/doc/forum/Build_time_error:_Cannot_decode_string_with_wide_characters_.mdwn @@ -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? |