Vagrant在初始Vagrant启动后(即配置VM的那个)无法停止/重新加载。最初的流浪者正确完成,但是在那之后我无法进行流浪者停止或重新加载。
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= || ||'
我正在使用的流浪插件列表 - 流浪代理 (1.5.2) - 流浪者共享(1.1.5,系统)
流浪版本是 1.8.1虚拟盒子 [提供程序] 版本 4.3.34r104062主机操作系统 : 视窗 7 企业
版我尝试重新安装所有组件,销毁VM,删除配置文件[即~/。VirtualBox & ~/.vagrant.d]
请帮助我解决问题
这不是
修复程序。
当我再次从github下载代码库时,错误消失了。