我git
在 Windows 机器上使用,我正在尝试将它与 cygwin 终端和 Git Bash 一起使用。当我尝试将主题分支变基为 master 时,我收到以下神秘错误:
☻~/code/project $ git rebase master
First, rewinding head to replay your work on top of it...
fatal: cannot convert from etf8 to utf8
这是什么意思,我该如何解决?谷歌在这方面给了我零结果。
我的语言环境是en_US.UTF-8
,但我没有任何LC
环境变量。
~ $ env | grep LC
~ $ env | grep LANG
LANG=en_US.UTF-8
这是我正在使用的版本:
~ $ git --version
git version 1.7.9