我们刚刚安装了最新的 cygwin(安装版本:在最新的 Windows 10 上为 2.891 - 64 位)并且我们已经安装了 rvm(1.29.4),每当我们运行时,我们都会收到bundle install
以下错误:
Encoding::CompatibilityError: incompatible character encodings: ASCII-8BIT and UTF-8
An error occurred while intalling rake (12.3.1), and Bundler cannot continue.
Make sure that 'gem install rake -v '12.3.1' --source 'https://rubygems.org/'' succeeds before bundling.
当简单gem install rake
并且没有堆栈跟踪或进一步指示错误所在的位置时,会出现相同错误的版本。我该如何继续追踪这个?是否有我应该查看的错误日志?产生的编码不匹配在哪里gem install
?
谢谢!