Vagrant up 出错,提示字符集不兼容?

vagrant 版本 2.0.1
box 5.2.4
vagrant up时出错,提示 incompatible character encodings: UTF-8 and GBK
file

《L05 电商实战》
从零开发一个电商项目,功能包括电商后台、商品 & SKU 管理、购物车、订单管理、支付宝支付、微信支付、订单退款流程、优惠券等
《L03 构架 API 服务器》
你将学到如 RESTFul 设计风格、PostMan 的使用、OAuth 流程,JWT 概念及使用 和 API 开发相关的进阶知识。
讨论数量: 6

贴一下 Homestead.yaml

6年前 评论

检查一下用户目录是不是有中文,路径有中文字符会出错

6年前 评论
puddings 3年前

找到问题了,确实是用户目录中文造成的,谢谢各位了

6年前 评论

@王成涛 老哥,现在up有一个新的问题
There was an error while executing `VBoxManage`, a CLI used by Vagrantfor controlling VirtualBox. The command and stderr is shown below.

Command: ["startvm", "94b443f5-042b-4378-bbf3-6118811b4d02", "--type", "headless"]

Stderr: VBoxManage.exe: error: The virtual machine 'homestead-7' has terminated unexpectedly during startup with exit code 1 (0x1). More details may be availab le in 'C:\Users\lxphp\VirtualBox VMs\homestead-7\Logs\VBoxHardening.log' VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMachine

谷歌了好久 上面给出的解决办法没用

6年前 评论

@23tl 你这个是virtual box虚拟机的问题,有可能是virtualbox和vagrant版本的问题https://segmentfault.com/q/1010000004861407

6年前 评论

@23tl 你这个是virtual box虚拟机的问题,有可能是virtualbox和vagrant版本的问题https://segmentfault.com/q/101000000486140...

6年前 评论

讨论应以学习和精进为目的。请勿发布不友善或者负能量的内容,与人为善,比聪明更重要!