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

概述

报错信息

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 up命令 报错处理所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

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

评论列表共有 0 条评论

立即
投稿
返回
顶部