Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/windows/15.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Vagrant Windows Box在';流浪者上';_Windows_Vagrant - Fatal编程技术网

Vagrant Windows Box在';流浪者上';

Vagrant Windows Box在';流浪者上';,windows,vagrant,Windows,Vagrant,我在一个MacOSX小牛上,试图运行一个流浪的Windows7机器() 此外,我还安装了vagrant windows插件,并使用以下属性配置了vagrant文件: PS:不要考虑下面的语法。它只是表示在我的文件中配置的内容 gui=true 内存=2048 cpu=2 因此,当我运行“vagrant up”命令时,我得到以下输出: gyo-macbook:Win7 gyo$ vagrant up Bringing machine 'default' up with 'virtualbox'

我在一个MacOSX小牛上,试图运行一个流浪的Windows7机器()

此外,我还安装了vagrant windows插件,并使用以下属性配置了vagrant文件: PS:不要考虑下面的语法。它只是表示在我的文件中配置的内容

gui=true
内存=2048
cpu=2
因此,当我运行“vagrant up”命令时,我得到以下输出:

gyo-macbook:Win7 gyo$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'win7'...
这需要很长时间,我在VirtualBox相关的vm文件夹中看不到任何进展或更改

有什么我忘记的步骤吗

谢谢,


Gyo

第一次使用Wagrant up时,Wagrant会下载该框。下载后,它会打开盒子并将其导入VirtualBox。Windows机箱相当大,为5+GB,因此第一次安装需要时间才能完成


如果您在vagrant进行操作时打开VirtualBox GUI,您将看到该框何时添加到VirtualBox。您还可以在VirtualBox的小预览窗口中查看该框是否正在启动。

这是第一次启动,耗时25分钟。好帖子。下一次“流浪者行动”会更快吗