I am using git
on a windows machine, and I'm trying to use it with both the cygwin terminal and Git Bash. When I try to rebase a topic branch to master, I get the following cryptic error:
☻~/code/project $ git rebase master
First, rewinding head to replay your work on top of it...
fatal: cannot convert from etf8 to utf8
What does this mean and how can I solve it? Google gives me zero results on this.
My locale is en_US.UTF-8
, but I do not have any LC
environment variables.
~ $ env | grep LC
~ $ env | grep LANG
LANG=en_US.UTF-8
This is the version I am using:
~ $ git --version
git version 1.7.9