首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何在Mac上安装飞机?

如何在Mac上安装飞机?
EN

Stack Overflow用户
提问于 2019-01-31 21:28:45
回答 1查看 1.5K关注 0票数 0

我尝试了如下:https://www.aerospike.com/docs/operations/install/vagrant/mac/

并采取了以下行动:

代码语言:javascript
复制
mkdir aerospike-vm

cd aerospike-vm

vagrant init aerospike/aerospike-ce                                                                                                                                                                                              

这将在同一个目录中创建Vagrantfile

接下来,我尝试:

代码语言:javascript
复制
vagrant up   

获取错误:

代码语言:javascript
复制
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'aerospike/aerospike-ce' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
The box 'aerospike/aerospike-ce' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Atlas, 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://atlas.hashicorp.com/aerospike/aerospike-ce"]
Error: The requested URL returned error: 404 Not Found

在Mac上安装飞机的正确程序是什么?

谢谢

EN

回答 1

Stack Overflow用户

发布于 2019-01-31 22:00:30

几个月前,我和这组中的另外两个视频一起录制了这段视频。看看这个youtube视频能不能帮上忙:https://www.youtube.com/watch?v=qm42c0juam4&list=PLGo1-Ya-AEQDa32hFggyB0yIIOldxUFwv&index=3

下面是我运行的输出:

代码语言:javascript
复制
Administrators-MacBook-Pro-4:aerospike-vm piyush$ ls -al
total 8
drwxr-xr-x   4 piyush  staff   128 Apr  9  2018 .
drwxr-xr-x+ 54 piyush  staff  1728 Jan 18 10:56 ..
drwxr-xr-x   3 piyush  staff    96 Apr  9  2018 .vagrant
-rw-r--r--   1 piyush  staff  3029 Apr  9  2018 Vagrantfile
Administrators-MacBook-Pro-4:aerospike-vm piyush$ mv Vagrantfile Vagrantfile_old
Administrators-MacBook-Pro-4:aerospike-vm piyush$ vagrant init aerospike/aerospike-ce
==> vagrant: A new version of Vagrant is available: 2.2.3!
==> vagrant: To upgrade visit: https://www.vagrantup.com/downloads.html

A `Vagrantfile` has been placed in this directory. You are now
ready to `vagrant up` your first virtual environment! Please read
the comments in the Vagrantfile as well as documentation on
`vagrantup.com` for more information on using Vagrant.
Administrators-MacBook-Pro-4:aerospike-vm piyush$ ls -al
total 16
drwxr-xr-x   5 piyush  staff   160 Jan 31 14:13 .
drwxr-xr-x+ 54 piyush  staff  1728 Jan 18 10:56 ..
drwxr-xr-x   3 piyush  staff    96 Apr  9  2018 .vagrant
-rw-r--r--   1 piyush  staff  3029 Jan 31 14:13 Vagrantfile
-rw-r--r--   1 piyush  staff  3029 Apr  9  2018 Vagrantfile_old
Administrators-MacBook-Pro-4:aerospike-vm piyush$
票数 3
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/54469504

复制
相关文章

相似问题

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