我正在运行VirtualBox 5.0.24和Vagrant 1.8.5在数字海洋VPS上运行Ubuntu 14.04 LTS Precise
我正在使用的盒子ubuntu/precise64
一切正常,但当我这样做vagrant up时挂在
SSH auth method: Private key
Run Code Online (Sandbox Code Playgroud)
并退出给予时间.现在,我可以考虑增加执行时间,但在发出错误之前已经花了很长时间.我不知道我做错了什么.这是我的VAGRANTFILE
# -*- mode: ruby -*-
# vi: set ft=ruby :
# All Vagrant configuration is done below. The "2" in Vagrant.configure
# configures the configuration version (we support older styles for
# backwards compatibility). Please don't change it unless you know what
# you're doing.
Vagrant.configure("2") do |config|
# The most common configuration options are documented and commented …Run Code Online (Sandbox Code Playgroud)