摘要:
1.安装VirtualBox和Vagrant 在win10下先安装VirtualBox然后再安装Vagrant。我这里用的VirtualBox6.0.8,Vagrant_2.2.4_x86_64。 虚拟机:VirtualBox 地址:https://www.virtualbox.org/ 管理工具: 阅读全文
摘要:
1、-bash: wget: command not found yum -y install wget 2、-bash: ifconfig: command not found sudo yum install net-tools 阅读全文
摘要:
报错如下: 方法1: 安装 Vagrant 插件:vagrant plugin install vagrant-vbguest 执行reload命令:vagrant reload --provision这下,就可以将你的虚拟机挂起来了,再检查下文件夹共享是否生效了哦! 方法2: vagrant pl 阅读全文