无法在Windows 10上使用Vagrant安装Laravel宅基地

e0uiprwp  于 2022-12-19  发布在  Windows
关注(0)|答案(5)|浏览(140)

我刚刚下载了Vagrant 2.2.15和VMware的最新版本。我尝试运行

vagrant box add laravel/homestead

但我得到

The box 'laravel/homestead' 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。另外,请仔细检查名称。展开后的URL和错误消息如下所示:

URL: ["https://vagrantcloud.com/laravel/homestead"]
Error: schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - The revocation function was unable to check revocation for the certificate.

检查https://app.vagrantup.com/laravel/boxes/homestead后,我运行

vagrant init laravel/homestead

那就试着逃跑

vagrant up

但我从来没有得到它的工作,并不断得到相同的错误信息。我发现这个解决方案https://github.com/hashicorp/vagrant/issues/6764和安装MS Visual C++ 2010 x86 Redistributables,但不能运行vagrant up或甚至不知道如何安装homestead后,最后一次更新。我曾经安装它的老相同的方式没有问题多次,但今天我不能
我试过了

vagrant box add laravel/homestead https://atlas.hashicorp.com/laravel/boxes/homestead

但我得到

There was an error while downloading the metadata for this box.
The error message is shown below:

schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - The revocation function was unable to check revocation for the certificate.

我检查了这里的临时.vagrant.d\tmp,但它是空的。任何帮助,请安装和运行laravel家园在Windows 10?

cidc1ykv

cidc1ykv1#

禁用防病毒软件(卡巴斯基在我的情况下)解决了我的问题。

t40tm48m

t40tm48m2#

对我来说,这是卡巴斯基以及,但你不必禁用它每次你可以添加一个例外卡巴斯基网络信任的地址
开启卡巴斯基
1.点击左下角的齿轮。
1.打开网络设置
1.单击受信任地址
1.加:vagrantcloud.com
1.保存
1.试验
vagrant up
vagrant box add laravel/homestead
我假设如果你有这个问题,它是使用另一个防病毒的问题/解决方案是相同的,或者可能是一些代理拦截https流量。
第一节第一节第一节第一节第一节第二节第一节

oug3syen

oug3syen3#

我们也是在最近使用2.2.15版本的Vagrant时才遇到这个错误。我们的答案是降级回Vagrant 2.2.14。这可能是一个Vagrant bug。

c86crjj0

c86crjj04#

如果您使用avast,请暂时禁用web shield。
尝试将域和应用程序添加到受信任列表,但仍然没有成功。这似乎是完成工作的最低要求

oxiaedzo

oxiaedzo5#

我的杀毒软件是avast,禁用工作,以及为我

相关问题