Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

utf error #16

Closed
ghost opened this issue Sep 17, 2013 · 2 comments
Closed

utf error #16

ghost opened this issue Sep 17, 2013 · 2 comments

Comments

@ghost
Copy link

ghost commented Sep 17, 2013

$ ./ghp-import public/
Traceback (most recent call last):
File "./ghp-import", line 178, in
main()
File "./ghp-import", line 171, in main
run_import(args[0], opts.branch, opts.mesg, opts.nojekyll)
File "./ghp-import", line 128, in run_import
add_file(pipe, fpath, gpath)
File "./ghp-import", line 100, in add_file
data = handle.read()
File "/usr/lib/python3.3/codecs.py", line 300, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xdc in position 24: invalid continuation byte

What happens?

@davisp
Copy link
Collaborator

davisp commented Sep 17, 2013

Just pushed a version 0.3.2, can you try that out to see if it fixes things for you?

@ghost
Copy link
Author

ghost commented Sep 17, 2013

Perfect

@ghost ghost closed this as completed Sep 17, 2013
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant