版权声明:本文为博主原创文章,转载请注明出处。谢谢 https://blog.csdn.net/cow66/article/details/77993908

我的系统是windows 7 安装了vagrant,当运行vagrant up时,没反应,如图:

Please upgrade the installed version of powershell to the minimum required version and run the command again.

软件版本:

  • 系统: windows 7 旗舰版
  • virtualbox: 5.1.28
  • vagrant: 2.0.0

解决方案:

  1. 初步认为是virtualbox和vagrant版本对不上
    就卸载了原本的两个软件
    去下载了:virtualbox 4.3
    vagrant 1.9.5

    安装好这两个软件,再执行vagrant up即解决了。(博主试了好久!!!,果然是版本不对。)

    感激:

    感谢大佬的测试:

    • @mildwind_luo:
    • 经过测试,在win7上,1.9.5可以和virtualbox 5.1.x版本相匹配,1.9.6以上的64位版本不能和 virtualbox正常配合。
  2. windows7自带的是powershell 2.0 可以自己升级 到 powershell 5.1 也能解决。

成功截图:

Please upgrade the installed version of powershell to the minimum required version and run the command again.

Please upgrade the installed version of powershell to the minimum required version and run the command again.

相关文章: