首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >流浪安装的解决方案

流浪安装的解决方案
EN

Stack Overflow用户
提问于 2015-10-12 18:21:33
回答 2查看 147关注 0票数 0

我需要你的帮助,因为我必须使用cakebox为一个项目,但我有一些问题,当我输入流浪,我得到这个错误。我试了所有的方法,但都不起作用。

提前感谢!

代码语言:javascript
复制
My-PC MINGW64 /A/App_LeagueUp!/cakebox (dev)

$ vagrant up

Bringing machine 'default' up with 'virtualbox' provider...

==> default: Importing base box 'cakebox'...

==> default: Matching MAC address for NAT networking...

==> default: Setting the name of the VM: cakebox_default_1444639086577_31058

==> default: Clearing any previously set network interfaces...

==> default: Preparing network interfaces based on configuration...

    default: Adapter 1: nat

    default: Adapter 2: hostonly

==> default: Forwarding ports...

    default: 22 => 2222 (adapter 1)

==> default: Running 'pre-boot' VM customizations...

==> default: Booting VM...

==> default: Waiting for machine to boot. This may take a few minutes...

    default: SSH address: 127.0.0.1:2222

    default: SSH username: vagrant

    default: SSH auth method: private key

    default: Warning: Connection timeout. Retrying...

    default: Warning: Connection timeout. Retrying...

    default: Warning: Connection timeout. Retrying...

    default: Warning: Connection timeout. Retrying...

    default: Warning: Connection timeout. Retrying...

    default: Warning: Connection timeout. Retrying...

    default: Warning: Connection timeout. Retrying...

    default: Warning: Connection timeout. Retrying...

    default: Warning: Connection timeout. Retrying...

    default: Warning: Connection timeout. Retrying...

    default: Warning: Connection timeout. Retrying...

    default: Warning: Connection timeout. Retrying...

    default: Warning: Connection timeout. Retrying...

    default: Warning: Connection timeout. Retrying...

    default: Warning: Connection timeout. Retrying...

    default: Warning: Connection timeout. Retrying...

    default: Warning: Connection timeout. Retrying...

    default: Warning: Connection timeout. Retrying...

    default: Warning: Connection timeout. Retrying...

Timed out while waiting for the machine to boot. This means that
Vagrant was unable to communicate with the guest machine within
the configured ("config.vm.boot_timeout" value) time period.

If you look above, you should be able to see the error(s) that
Vagrant had when attempting to connect to the machine. These errors
are usually good hints as to what may be wrong.

If you're using a custom box, make sure that networking is properly
working and you're able to connect to the machine. It is a common
problem that networking isn't setup properly in these boxes.
Verify that authentication configurations are also setup properly,
as well.

If the box appears to be booting properly, you may want to increase
the timeout ("config.vm.boot_timeout") value.
EN

回答 2

Stack Overflow用户

发布于 2015-10-13 01:18:26

我推荐解决这个问题的方法是将

将Vagrantfile中的vb.gui标志设置为true。添加run,然后流浪起来。这将在不同的窗口中打开控制台。这有时会发生在我身上,然后我重新启动,一切都运行得很好。

如果它没有在这里发布发现,至少你会有更多的信息

票数 0
EN

Stack Overflow用户

发布于 2015-12-12 18:11:26

尝试从启动菜单启用虚拟化,然后重试。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/33078744

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档