作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我现在已经花了几个小时尝试从我的盒子里 Vagrant ,但没有取得任何成果。它在我的 Mac 和我的两个同事的 Mac 上完美运行,但是当尝试在 Windows 桌面上vagrant up
该框时,我收到如下错误:
INFO runner: Running action: #<Vagrant::Action::Builder:0x5583d8>
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/builtin/box_add.rb:358:in `box_add': undefined
method `name' for nil:NilClass (NoMethodError)
完整的错误日志可以在这里找到:https://gist.github.com/anonymous/f227b9fb37aae643d276#file-vagrantuperror
希望大家能帮帮我,谢谢!
最佳答案
确保您在 Vagrantfile
中设置了 box
和 box_url
,例如:
config.vm.box = "centos65"
config.vm.box_url = "http://www.lyricalsoftware.com/downloads/centos65.box"
这为我解决了这个问题。
关于vagrant up 在 Windows 上失败,box_add : undefined,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24316758/
我现在已经花了几个小时尝试从我的盒子里 Vagrant ,但没有取得任何成果。它在我的 Mac 和我的两个同事的 Mac 上完美运行,但是当尝试在 Windows 桌面上vagrant up该框时,我
我是一名优秀的程序员,十分优秀!