我正在尝试安装laravel homestead。我遵循网站上的步骤,但当我在我必须做的步骤时:
vagrant box add laravel/homestead我有windows而且我用git bash。他下载了一段时间,然后我收到了这个错误消息(这是我下载时的所有文本(可能对你很有帮助)。错误在底部):
$ vagrant box add --insecure laravel/homestead
==> box: Loading metadata for box 'laravel/homestead'
box: URL: https://atlas.hashicorp.com/laravel/homestead
This box can work with multiple providers! The providers that it
can work with are listed below. Please review the list and choose
the provider you will be working with.
1) parallels
2) virtualbox
3) vmware_desktop
Enter your choice: 2
==> box: Adding box 'laravel/homestead' (v2.1.0) for provider: virtualbox
box: Downloading: https://atlas.hashicorp.com/laravel/boxes/homestead/versions/2.1.0/providers/virtualbox.box
==> box: Box download is resuming from prior download progress
box:
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 10054我读到也许它在我做的时候是有效的:流浪者盒子加上幼虫/宅基地-c,但对我不起作用。我试过这个:http://slick.pl/kb/software/vagrant-fix-for-error-60-ssl-read/。这也不起作用。
有人能帮我吗?
谢谢
https://stackoverflow.com/questions/44544370
复制相似问题