我是靠谱客的博主 苹果书本,这篇文章主要介绍Vagrant up命令 报错处理,现在分享给大家,希望可以做个参考。

报错信息

复制代码
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
No usable default provider could be found for your system. Vagrant relies on interactions with 3rd party systems, known as "providers", to provide Vagrant with resources to run development environments. Examples are VirtualBox, VMware, Hyper-V. The easiest solution to this message is to install VirtualBox, which is available for free on all major platforms. If you believe you already have a provider available, make sure it is properly installed and configured. You can see more details about why a particular provider isn't working by forcing usage with `vagrant up --provider=PROVIDER`, which should give you a more specific error message for that particular provider.

因为安装了最新的VirtualBox,vagrant还是以前的旧版本,
简单来说就是Vagrant和Virtualbox版本不兼容了

解决方法:

卸载旧版本去官网https://developer.hashicorp.com/vagrant/downloads下载最新的安装即可

最后

以上就是苹果书本最近收集整理的关于Vagrant up命令 报错处理的全部内容,更多相关Vagrant内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(63)

评论列表共有 0 条评论

立即
投稿
返回
顶部