Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue during the add of a box #7975

Closed
lovePizza opened this issue Nov 8, 2016 · 3 comments
Closed

Issue during the add of a box #7975

lovePizza opened this issue Nov 8, 2016 · 3 comments

Comments

@lovePizza
Copy link

lovePizza commented Nov 8, 2016

Read this problem related to ONLY the 1.8.7 version.

https://laracasts.com/discuss/channels/general-discussion/issue-during-the-laravel-homestead-installation

@depach
Copy link

depach commented Nov 8, 2016

I had the same problem, downgrading to 1.8.6 allowed me to add the box (laravel/homestead)

OSX Sierra 10.12.1 stock install

seems to be an issue with the -l in the curl command

before I downgraded I ran vagrant with VAGRANT_LOG=info prepended to the command

some snippets:

INFO downloader: HEAD: https://atlas.hashicorp.com/laravel/homestead
 INFO subprocess: Starting process: ["/opt/vagrant/embedded/bin/curl", "-I", "-q", "--fail", "--location", "--max-redirs", "10", "--user-agent", "Vagrant/1.8.7 (+https://www.vagrantup.com; ruby2.2.5)", "--continue-at", "-", "-H", "Accept: application/json", "https://atlas.hashicorp.com/laravel/homestead"]
 INFO subprocess: Command in the installer. Specifying DYLD_LIBRARY_PATH...
 WARN downloader: Downloader exit code: 6
ERROR warden: Error occurred: The box 'laravel/homestead' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Atlas, please verify you're logged in via
`vagrant login`. Also, please double-check the name. The expanded
URL and error message are shown below:

URL: ["https://atlas.hashicorp.com/laravel/homestead"]
Error: 

I then tried to run the curl command in the log

$ "/opt/vagrant/embedded/bin/curl" "-I", "-q", "--fail", "--location", "--max-redirs", "10", "--user-agent", "Vagrant/1.8.7 (+https://www.vagrantup.com; ruby2.2.5)", "--continue-at", "-", "-H", "Accept: application/json", "https://atlas.hashicorp.com/laravel/homestead"
curl: option -I,: is unknown
curl: try 'curl --help' or 'curl --manual' for more information

the full log is at https://gist.github.com/depach/0632f08f07c1bed0ac4f225a487a7aa7

@chrisroberts
Copy link
Member

Closing as dup of #7969

@ghost
Copy link

ghost commented Apr 3, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants