Under Linux, laravel homestead cannot be started

WBOY
Release: 2023-03-03 08:22:01
Original
1526 people have browsed it

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>
Copy after login
Copy after login

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>
Copy after login
Copy after login

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.

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!