我收到此错误::
任何帮助都会很棒,提前谢谢
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*
答案 0 :(得分:0)
使用--insecure
标志下载此框,例如
vagrant box add ubuntu/trusty64 --insecure
并将ubuntu/trusty64
替换为您正在下载的框的名称