我想在Mac OS X上安裝Laravel Homestead,關於here的官方文檔說明。不能安裝Vagrant框Laravel Homestead
我安裝了VirtualBox和Vagrant。現在我試圖用命令vagrant box add laravel/homestead
添加Homestead框。一段時間後下載停止,我得到一個錯誤。它不會讓我恢復下載,所以我必須刪除部分下載文件並從零開始。我已經嘗試了很多次。
我認爲我的互聯網連接有一些事情要做,因爲它有點慢,它是一個大文件。
下面是完整的代碼:
$ vagrant box add laravel/homestead
==> box: Loading metadata for box 'laravel/homestead'
box: URL: https://atlas.hashicorp.com/laravel/homestead
This box can work with multiple providers! The providers that it
can work with are listed below. Please review the list and choose
the provider you will be working with.
1) virtualbox
2) vmware_desktop
Enter your choice: 1
==> box: Adding box 'laravel/homestead' (v0.2.7) for provider: virtualbox
box: Downloading: https://atlas.hashicorp.com/laravel/boxes/homestead/versions/0.2.7/providers/virtualbox.box
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.
transfer closed with 935392411 bytes remaining to read
重試後:
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.
HTTP server doesn't seem to support byte ranges. Cannot resume.
任何幫助表示讚賞。
您是否連接不良? – ceejayoz