C:\Users\Administrator>vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'centos/7' could not be found. Attempting to find and install...
default: Box Provider: virtualbox
default: Box Version: >= 0
The box 'centos/7' 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`. Also, please double-check the name. The expanded
URL and error message are shown below:
URL: ["https://vagrantcloud.com/centos/7"]
Error: schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - 吊销功能无法检查证书是否吊销。

把卡巴斯基关了就搞定...,坑爹的卡巴斯基

在尝试使用Vagrant启动虚拟机时遇到了找不到'centos/7'盒子的问题,错误信息显示证书吊销检查失败。关闭卡巴斯基后问题得到解决,这表明安全软件可能阻止了Vagrant的正常工作。

4683

被折叠的 条评论
为什么被折叠?



