Vagrant up 出错,提示字符集不兼容?
vagrant 版本 2.0.1
box 5.2.4
vagrant up时出错,提示 incompatible character encodings: UTF-8 and GBK
贴一下
Homestead.yaml
检查一下用户目录是不是有中文,路径有中文字符会出错
找到问题了,确实是用户目录中文造成的,谢谢各位了
@王成涛 老哥,现在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
谷歌了好久 上面给出的解决办法没用
@23tl 你这个是virtual box虚拟机的问题,有可能是virtualbox和vagrant版本的问题https://segmentfault.com/q/1010000004861407
@23tl 你这个是virtual box虚拟机的问题,有可能是virtualbox和vagrant版本的问题https://segmentfault.com/q/101000000486140...