laravel / homestead

MIT License
3.86k stars 1.45k forks source link

Homestead box can't add v13.0.0 in Vagrant (v2.4.0) #1908

Closed bam515 closed 10 months ago

bam515 commented 11 months ago

Please note that the Homestead issue tracker is reserved for bug reports and enhancements. We are not always able to debug Vagrant, Provider or Operating System issues, but will do our best to help. Thank you!

Versions

Host operating system

Windows 10

Actual behavior

If I try to add 13.0.0 version of laravel/homestead box using 2.4.0 version of vagrant, it won't add. image

However, if you use version 2.3.4 of vagrant to add the 13.0.0 version of laravel/homestead box, it will be added normally.

ducconit commented 11 months ago

@bam515 You can follow this comment or downgrade to version 2.3.x.

skeeith commented 11 months ago

@bam515 this is a duplicate of what I reported https://github.com/laravel/homestead/issues/1907, sadly I think vagrant v2.4.0 is causing bugs on Homestead, even ssh is broken in my machine, currently clean slating everything I could find and retrying to up again my homestead but on vagrant v2.3.7 instead.

here is the temporary solution https://github.com/laravel/homestead/issues/1907#issuecomment-1793163768

bam515 commented 11 months ago

@ducconit Thank you. After executing the command you mentioned, I was able to create a 13.0.0 version of the box.

bam515 commented 11 months ago

@skeeith Thank you. As you said, it looks like there is a bug in version 2.4.0. I'll consider downgrading.

ducconit commented 11 months ago

@bam515 You can refer to my comment. Hope it helps you.

bam515 commented 11 months ago

@ducconit Oh, thank you. Thanks to you, my curiosity was solved. I think I should try it the way you told me.