Vagrant设置MongoDB错误104

时间:2016-06-01 14:33:30

标签: mongodb vagrant vagrantfile

我收到此错误::

任何帮助都会很棒,提前谢谢

An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

SSL read: error:00000000:lib(0):func(0):reason(0), errno 104

我已经更改了权限

sudo chown username:username -R ~/.vagrant.d

还删除了临时文件数据。

rm -rf ~/.vagrant.d/tmp/box* 

1 个答案:

答案 0 :(得分:0)

使用--insecure标志下载此框,例如

vagrant box add ubuntu/trusty64 --insecure

并将ubuntu/trusty64替换为您正在下载的框的名称