安装版本:N/A
Installed version: N/A
帮忙解决powershell的问题
我用作控制台 git bash。 VT-x 启用。 Hyper-v 已禁用。
中的问题
The version of powershell currently installed on this host is less than
the required minimum version. Please upgrade the installed version of
powershell to the minimum required version and run the command again.
Installed version: N/A
Minimum required version: 3
已安装 powershell 6。
一般在输入
时出现错误
vagrant ssh
或
vagrant up
有趣的是,重新输入vagrant up或vagrant ssh.
问题解决了
有什么问题?
p.s。抱歉英语不好:)
Theo 的评论为我们解决了这个问题。
powershell -Command 'vagrant up'
接下来执行 vagrant ssh
会按预期工作并且速度也快了一点。
帮忙解决powershell的问题
我用作控制台 git bash。 VT-x 启用。 Hyper-v 已禁用。
中的问题The version of powershell currently installed on this host is less than
the required minimum version. Please upgrade the installed version of
powershell to the minimum required version and run the command again.
Installed version: N/A
Minimum required version: 3
已安装 powershell 6。 一般在输入
时出现错误vagrant ssh
或
vagrant up
有趣的是,重新输入vagrant up或vagrant ssh.
问题解决了有什么问题?
p.s。抱歉英语不好:)
Theo 的评论为我们解决了这个问题。
powershell -Command 'vagrant up'
接下来执行 vagrant ssh
会按预期工作并且速度也快了一点。