美文网首页vagrantPHP - Vagrant
windows下vagrant启动虚拟机失败解决方案

windows下vagrant启动虚拟机失败解决方案

作者: 假行僧396741 | 来源:发表于2016-12-13 23:36 被阅读124次

    windows下vagrant启动虚拟机失败解决方案

    1. 查看电脑的biso虚拟化是否开启
      可根据自己的电脑型号进入biso模式尝试开启
    2. 当出现下列错误信息时
    The machine index which stores all required information about
    running Vagrant environments has become corrupt. This is usually
    caused by external tampering of the Vagrant data folder.
    
    Vagrant cannot manage any Vagrant environments if the index is
    corrupt. Please attempt to manually correct it. If you are unable
    to manually correct it, then remove the data file at the path below.
    This will leave all existing Vagrant environments "orphaned" and
    they'll have to be destroyed manually.
    
    Path: C:/Users/Username/.vagrant.d/data/machine-index/index
    

    请尝试删除Path路径下的指定文件 index和index.lock文件

    原文链接

    相关文章

      网友评论

        本文标题:windows下vagrant启动虚拟机失败解决方案

        本文链接:https://www.haomeiwen.com/subject/qcnfmttx.html