1

Vagrant 无法在初始 vagrant up 后停止/重新加载(即配置 vm 的那个)。最初的 vagrant up 正确完成,但之后我无法执行 vagrant 停止或重新加载。

The error message that I am getting is 

==> default: Attempting graceful shutdown of VM...
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

shutdown -h now

Stdout from the command:

Stderr from the command:

stdin: is not a tty
bash: line 2: syntax error near unexpected token `||'
bash: line 2: `export SSH_AUTH_SOCK=                ||     ||'

我正在使用的 vagrant 插件列表 - vagrant-proxyconf (1.5.2) - vagrant-share (1.1.5, system)

Vagrant 版本是 1.8.1 Virtualbox [provider] 版本 4.3.34r104062 主机操作系统:Windows 7 Enterprise

我尝试重新安装所有组件,销毁虚拟机,删除配置文件 [即 ~/.VirtualBox & ~/.vagrant.d]

请帮我解决问题

4

1 回答 1

0

This is not the fix.

The error went away when I again downloaded the code base from github.

于 2016-02-05T03:05:01.363 回答