【发布时间】:2021-06-30 18:31:40
【问题描述】:
我刚刚下载了最新版本的 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,或者在上次更新后甚至不知道如何安装宅基地。我曾经多次以相同的方式安装它而没有问题,但今天我不能
我试过了
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 的温度,但它是空的。
在 Windows 10 上安装和运行 laravel homestead 有什么帮助吗?
【问题讨论】:
-
我有同样的问题,安装 vc2010 不起作用,但后来我暂停了我的防病毒保护,IT WORKS