在远程目录中无法find或无法访问stream浪者 – 不兼容的curl版本

我刚刚下载了stream浪汉,做了设置以及安装虚拟盒子。 我不能启动我的项目(stream浪汉)。 我有一个stream浪的档案等等。 我能做什么?

$ vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Box 'scotch/box' could not be found. Attempting to find and install ... default: Box Provider: virtualbox default: Box Version: >= 0 The box 'scotch/box' could not be found or could not be accessed in the remote catalog. If this is a private box on HashiCorp's Atlas, please verify you're logged in via `vagrant login`. Also, please double-check the name. The expanded URL and error message are shown below: URL: ["https://atlas.hashicorp.com/scotch/box"] 

vagrant 1.8.7似乎有一个问题 ,embedded式curl版本与mac os二进制(默认情况下在mac os Sierra和其他版本上发货) – 删除embedded的

 sudo rm /opt/vagrant/embedded/bin/curl 

注意:当你添加一个stream浪者箱子(远程或本地)时,你也需要删除embedded的curl ,所以如果你在运行vagrant box add ....时得到相同的错误vagrant box add ....只要从stream浪vagrant box add ....删除curl,它将工作

只是想更新这个职位。 我碰到这个错误运行macOS Sierra和新的stream浪1.8.7安装,并注意到stream浪汉刚刚更新。 从Vagrant 1.9.0开始,这个错误似乎已经被修复了。

与塞拉利昂有类似的问题(额外的酿造安装 – 这可能会产生影响)。

以上sudo rm / opt / vagrant / embedded / bin / curl仍然没有工作:SSLRead()返回错误-36。

尝试从http://slick.pl/kb/software/vagrant-fix-for-error-60-ssl-read/

任何情况:

 cd ~ cd .vagrant.d/tmp/ rm -rf ~/.vagrant.d/tmp/ vagrant box add --insecure laravel/homestead 

安装成功。