Skip to content

Instantly share code, notes, and snippets.

@tjerkhamer
Created June 22, 2024 18:18
Show Gist options
  • Save tjerkhamer/8281b6122cf2603ac10f2b3ce9224c62 to your computer and use it in GitHub Desktop.
Save tjerkhamer/8281b6122cf2603ac10f2b3ce9224c62 to your computer and use it in GitHub Desktop.
Tjerk@HS004 MINGW64 ~
$ git clone https://github.com/laravel/homestead.git ~/Homestead
Cloning into 'C:/Users/Tjerk/Homestead'...
remote: Enumerating objects: 6652, done.
remote: Counting objects: 100% (429/429), done.
remote: Compressing objects: 100% (188/188), done.
remote: Total 6652 (delta 278), reused 356 (delta 237), pack-reused 6223
Receiving objects: 100% (6652/6652), 1.65 MiB | 11.29 MiB/s, done.
Resolving deltas: 100% (4196/4196), done.
Tjerk@HS004 MINGW64 ~
$ cd Homestead/
Tjerk@HS004 MINGW64 ~/Homestead (main)
$ git checkout release
Switched to a new branch 'release'
branch 'release' set up to track 'origin/release'.
Tjerk@HS004 MINGW64 ~/Homestead (release)
$ ./init.bat
1 file(s) copied.
1 file(s) copied.
1 file(s) copied.
Homestead initialized!
Tjerk@HS004 MINGW64 ~/Homestead (release)
$ vagrant up
Bringing machine 'homestead' up with 'virtualbox' provider...
==> homestead: Box 'laravel/homestead' could not be found. Attempting to find and install...
homestead: Box Provider: virtualbox
homestead: Box Version: >= 14.0.2, < 15.0.0
==> homestead: Loading metadata for box 'laravel/homestead'
homestead: URL: https://vagrantcloud.com/api/v2/vagrant/laravel/homestead
The box you're attempting to add has no available version that
matches the constraints you requested. Please double-check your
settings. Also verify that if you specified version constraints,
that the provider you wish to use is available for these constraints.
Box: laravel/homestead
Address: https://vagrantcloud.com/api/v2/vagrant/laravel/homestead
Constraints: >= 14.0.2, < 15.0.0
Available versions: 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.2.0, 0.2.1, 0.2.2, 0.2.4, 0.2.5, 0.2.6, 0.2.7, 0.3.0, 0.3.3, 0.4.0, 0.4.1, 0.4.2, 0.4.4, 0.5.0, 0.6.0, 0.6.1, 1.0.0, 1.0.1, 1.1.0, 2.0.0, 2.1.0, 2.2.0, 3.0.0, 3.1.0, 4.0.0, 5.0.1, 5.1.0, 5.2.0, 6.0.0, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 7.0.0, 7.1.0, 7.2.1, 8.0.0.pre.alpha1, 8.0.0.pre.alpha2, 8.0.0.pre.alpha3, 8.0.0.pre.alpha4, 8.0.0.pre.beta, 8.0.0, 8.0.1, 8.1.0, 8.2.0, 8.2.1, 9.0.0, 9.0.1, 9.1.0, 9.1.1, 9.2.0, 9.3.0, 9.4.0, 9.5.0, 9.5.1, 9.6.0, 9.6.1, 9.7.2, 10.0.0, 10.1.0, 10.1.1, 11.0.0, 11.1.0, 11.3.0, 11.4.0, 11.5.0, 12.0.0, 12.1.0, 12.2.0, 13.0.0, 14.0.0, 14.0.1, 14.0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment