Skip to content
New issue

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

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

Already on GitHub? # to your account

laravel/homestead could not be found #1982

Open
tjerkhamer opened this issue Jun 22, 2024 · 5 comments
Open

laravel/homestead could not be found #1982

tjerkhamer opened this issue Jun 22, 2024 · 5 comments

Comments

@tjerkhamer
Copy link

Versions

  • Vagrant: 2.4.1
  • Provider: Virtualbox: 7.0.18
  • Homestead: current (15.0.3)

I'm using a complete fresh / new install for my pc

Host operating system

Windows 10

Homestead.yaml

---
ip: "192.168.56.56"
memory: 2048
cpus: 2
provider: virtualbox

authorize: ~/.ssh/id_rsa.pub

keys:
  - ~/.ssh/id_rsa

folders:
  - map: ~/code
    to: /home/vagrant/code

sites:
  - map: homestead.test
    to: /home/vagrant/code/public

databases:
  - homestead

features:
  - mariadb: false
  - postgresql: false
  - ohmyzsh: false
  - webdriver: false

services:
  - enabled:
      - "mysql"

Vagrant destroy & up output

[Provide a link to a GitHub Gist containing the complete output of vagrant destroy && vagrant up.](https://gist.github.com/tjerkhamer/8281b6122cf2603ac10f2b3ce9224c62)
Do NOT paste the debug output in the issue, just paste the link to the Gist.

Expected behavior

I would expect the homestead box to be created as described in the documentation

Actual behavior

Vagrant up is not possible, laravel/homestead could not be found and is not downloading from vagrantcloud.com

Steps to reproduce

  1. clean windows install
  2. git clone https://github.com/laravel/homestead.git ~/Homestead
  3. git checkout release
  4. ./init.bat
  5. vagrant up
@marechenok
Copy link

marechenok commented Aug 19, 2024

I've same issue. Updated to latest homestead, destroyed image.. and now can't work ^_^
Okay, fixed it. Updated vagrant to 2.4.1 and edited

config.vm.box_version = settings['version'] ||= '>= 14.0.2, < 15.0.0'

to
config.vm.box_version = settings['version'] ||= '>= 14.0.1'

After that vagrant up downloaded latest 14.0.2 box

@walterbamert
Copy link

same issue here except i can't get it to work with changing the version to 14.0.1.
vagrant-error

@tjerkhamer
Copy link
Author

my solution (too bad I had to find out myself): change the vagrant installation to AMD64, instead Intel 32bit. I really can't appreciate the support and bad documentation.

@walterbamert
Copy link

downgraded to vagrant 2.4.0, no luck.

@walterbamert
Copy link

@tjerkhamer i ended up doing the same thing you did and it seems to work.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants