This question already has an answer here:
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?
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
来源:https://stackoverflow.com/questions/45912076/error-openssl-ssl-read-ssl-error-syscall-errno-10054