https://www.google.com/accounts/o8/id?id=AItOawlobQ5j7hQVIGkwMWW3yKB_DWqthJcpnsQ 2015-01-29 11:53:28 -04:00 committed by admin
parent fadf17320a
commit 02ad54b467
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +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.
```
Any idea how to fix it?