流浪错误:“缺少必需参数'令牌'”

时间:2017-07-11 04:23:58

标签: vagrant atlas

我在Vagrant Atlas上有一个方框:

https://app.vagrantup.com/devopskatas/boxes/learningvm

我正在尝试在未登录Atlas的客户端PC上运行它。我收到以下错误:

Bringing machine 'default' up with 'virtualbox' provider...
There are errors in the configuration of this machine. Please fix
the following errors and try again:

Atlas push:
* Missing required configuration parameter 'token'. This is required for
Vagrant to securely communicate with your Atlas account.

To generate an access token, run 'vagrant login'.

我不希望用户必须登录才能下载此框。如何在不登录的情况下解决此错误?

1 个答案:

答案 0 :(得分:0)

我在笔记本电脑上运行旧版本。我运行vagrant box remove devopskatas/learningvm然后重新运行vagrant init devopskatas/learningvm。一切都很好。