-
Notifications
You must be signed in to change notification settings - Fork 94
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
UnicodeDecodeError: 'utf8' codec can't decode byte 0xb8 in position 7713658: invalid start byte #35
Comments
Hi Hitendra, God I made such a hash of the encoding/decoding in git-cc. I'm afraid my python just isn't good enough to fix this bug. You might want to look at changing the ENCODING value in common.py. There is a commit message that doesn't contain a utf-8 character. :( Sorry I can't help you - but I haven't use this program in 3-4 years now. Let me know if you have any luck fixing it. Cheers, |
@hitenc were you able to resolve this? I've run into a similar issue because some files have special characters in their name. |
@charleso I got same error while using git rebase. Can you please give some hints to fix this issue? `: 'utf8' codec can't decode byte 0xa0 in position 148800: invalid start byte
|
@faisal-hameed I'm sorry I really can't. It's obviously an encoding issue, which has plagued git-cc because I didn't know what I was doing in python (or clearcase for that matter). :( |
Same problem here:
Any progress on merging the related PR? |
@yourfate Just curious, does the PR fix your issue locally? |
Error encountered while rebase
[root@linux git-repo]# /root/git-cc-master/gitcc rebase
The text was updated successfully, but these errors were encountered: