Ящик «laravel / homestead» не найден

Попытка настроить laravel 5.1.

Клонирование ларавелла / усадьбы

После клонирования его в каталог Home . Ошибка броска при попытке запустить команду vagrant вверху:

 user@user:~/laravel/homestead$ vagrant up Bringing machine 'default' up with 'virtualbox' provider... There are errors in the configuration of this machine. Please fix the following errors and try again: vm: * The box 'laravel/homestead' could not be found. 

Я сначала попробовал с vagrant box add laravel/homestead

 This command was not invoked properly. The help for this command is available below. Usage: vagrant box add <name> <url> [--provider provider] [-h] --checksum VALUE Checksum --checksum-type VALUE Checksum type -c, --clean Remove old temporary download if it exists. -f, --force Overwrite an existing box if it exists. --insecure If set, SSL certs will not be validated. --cacert certfile CA certificate --cert certfile The client SSL cert --provider provider The provider that backs 

Также попытался передать URL-адрес, как показала ошибка, все еще не удалось. Atlast, клонированный из git repo

1. бродяга -в: Vagrant 1.4.3

2. бродячий бокс добавить laravel / homestead https://atlas.hashicorp.com/laravel/boxes/homestead

Ошибка:

 Downloading box from URL: https://atlas.hashicorp.com/laravel/boxes/homestead Extracting box...e: 0/s, Estimated time remaining: --:--:--) The box failed to unpackage properly. Please verify that the box file you're trying to add is not corrupted and try again. The output from attempting to unpackage (if any): bsdtar: Error opening archive: Unrecognized archive format 

3. Усадьба:

 Laravel Homestead version 2.0.17 Usage: command [options] [arguments] Options: -h, --help Display this help message -q, --quiet Do not output any message -V, --version Display this application version --ansi Force ANSI output --no-ansi Disable ANSI output -n, --no-interaction Do not ask any interactive question -v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug Available commands: destroy Destroy the Homestead machine edit Edit the Homestead.yaml file halt Halt the Homestead machine help Displays help for a command init Create a stub Homestead.yaml file list Lists commands provision Re-provisions the Homestead machine resume Resume the suspended Homestead machine run Run commands through the Homestead machine via SSH ssh Login to the Homestead machine via SSH status Get the status of the Homestead machine suspend Suspend the Homestead machine up Start the Homestead machine update Update the Homestead machine image 

Что я делаю не так?

Related of "Ящик «laravel / homestead» не найден"

Обновите своего бродягу. Vagrant Cloud было введено в 1.5 IRC, поэтому ваш vagrant не понимает, как бороться с командой, как vagrant box add laravel/homestead

правильная команда, чтобы загрузить его, чтобы добавить полный URL-адрес
вы можете использовать эту vm-версию своей последней версии до сих пор
https://atlas.hashicorp.com/laravel/boxes/homestead/versions/0.4.1/providers/virtualbox.box
и если вы хотите перейти на другую версию или там новый, просто измените ее количество
поэтому команда должна быть такой

 vagrant box add laravel/homestead https://atlas.hashicorp.com/laravel/boxes/homestead/versions/0.4.1/providers/virtualbox.box