vagrant up报错【io.rb:32:in `encode‘: “\xA3\x8E“ from GBK to UTF8(Encoding::UndefinedConversionError)
32行 编辑
#data << io.readpartial(READ_CHUNK_SIZE).encode("UTF-8", Encoding.default_external)
data << io.readpartial(READ_CHUNK_SIZE).encode('UTF-8', invalid: :replace, undef: :replace, replace: '?')