Home  >  Article  >  Backend Development  >  Under Linux, laravel homestead cannot be started

Under Linux, laravel homestead cannot be started

WBOY
WBOYOriginal
2016-12-05 13:44:081523browse

Under Linux, laravel homestead cannot be started

homestead up prompt “homestead: command not found”

vagrant up Tips:

<code>Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'laravel' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
==> default: Box file was not detected as metadata. Adding it directly...
==> default: Adding box 'laravel' (v0) for provider: virtualbox
    default: Downloading: laravel
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

Couldn't open file /home/sun/.homestead/laravel
</code>

Run:
sun@sun-Ui:~$ vagrant box list
Tips:
laravel/homestead (virtualbox, 0.6.0)

Solve,,,

Reply content:

Under Linux, laravel homestead cannot be started

homestead up prompt “homestead: command not found”

vagrant up Tips:

<code>Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'laravel' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
==> default: Box file was not detected as metadata. Adding it directly...
==> default: Adding box 'laravel' (v0) for provider: virtualbox
    default: Downloading: laravel
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

Couldn't open file /home/sun/.homestead/laravel
</code>

Run:
sun@sun-Ui:~$ vagrant box list
Tips:
laravel/homestead (virtualbox, 0.6.0)

Solve,,,

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

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn