error: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno

2020-01-31 07:36发布

While running the command vagrant box add laravel/homestead, I am getting this error:

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

OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054

Can you help me?

1条回答
神经病院院长
2楼-- · 2020-01-31 08:14

I got the answer by some searching on GitHub,

replace this vagrant box add laravel/homestead with

vagrant box add laravel/homestead http://atlas.hashicorp.com/laravel/boxes/homestead
查看更多
登录 后发表回答