使用 Vagrant 2.2.9 无法在 mac 中找到 Vagrant Box

Not able to locate Vagrant Box in mac, using Vagrant 2.2.9

我正在设置 aerospike,下载了 Vagrant (2.2.9) 和 virtual box (6.0.2),但出现此错误。 我已经在执行 vagrant init 时生成了一个 vagrant 文件。

> `The box 'aerospike/centos-6.5' could not be found or could not be
> accessed in the remote catalog. If this is a private box on
> HashiCorp's Vagrant Cloud, please verify you're logged in via 'vagrant
> login'. Also, please double-check the name. The expanded URL and error
> message are shown below:
> 
> URL: ["https://vagrantcloud.com/aerospike/centos-6.5"] Error: The
> requested URL returned error: 404 Not Found`

Vagrant 目前似乎已经移除了对 centos-6.5 的支持。 使用新盒子 vagrant centos-6.10 帮我解决了!