vagrant up 報錯
今天早上更新了一下 windows10 發(fā)現(xiàn)vagrant up 重裝了都是報錯了。報錯信息:process_builder.rb:44:in `encode!': "\\xE5" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to UTF-16LE (Encoding::UndefinedConversionError)
解決方案:
找到報錯信息的process_builder.rb 44行,編碼位置換成一下:
#newstr.encode!('UTF-16LE') newstr.encode!('UTF-16LE', invalid: :replace, undef: :replace, replace: '?')
文章來源地址http://www.zghlxwxcb.cn/article/156.html
文章來源:http://www.zghlxwxcb.cn/article/156.html
到此這篇關(guān)于windows10更新后,vagrant up報錯 process_builder.rb:44:in `encode!: "xE5" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to UTF-16LE (Encoding::UndefinedConversionError)的文章就介紹到這了,更多相關(guān)內(nèi)容可以在右上角搜索或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!