跟着教程走,在 Vagrant up 的时候出错了,有没有解决办法啊?

准备照着这个教程--->开发环境搭建 - MacOS 在 Windows 10 上搭建 Homestead 环境,但是遇到了如下问题:
Imgur

$ vagrant up
Bringing machine 'homestead-7' up with 'virtualbox' provider...
==> homestead-7: Checking if box 'lc/homestead' is up to date...
==> homestead-7: Clearing any previously set network interfaces...
The specified host network collides with a non-hostonly network!
This will cause your specified IP to be inaccessible. Please change
the IP or name of your host only network so that it no longer matches that of
a bridged or non-hostonly network.

Bridged Network Address: '192.168.10.0'
Host-only Network 'Intel(R) Dual Band Wireless-AC 8265': '192.168.10.0'

我的 /etc/hosts 文件:
Imgur

我的 ~/Homestead/Homestead.yaml 文件:
Imgur
有没有人遇到同样类似的问题啊?
最后是怎么解决的啊?

study hard, play hard.
《L04 微信小程序从零到发布》
从小程序个人账户申请开始,带你一步步进行开发一个微信小程序,直到提交微信控制台上线发布。
《L02 从零构建论坛系统》
以构建论坛项目 LaraBBS 为线索,展开对 Laravel 框架的全面学习。应用程序架构思路贴近 Laravel 框架的设计哲学。
最佳答案

终于解决问题了,按照这个--->问答:Vagrant 启动的时候貌似 ip 冲突之类的问题? 帖子,#5楼的回复,“...更改 Homestead.yaml 文件 设置的 IP 为192.168.1.10 ,host也需要改。...”,按照这个方法我成功的解决了问题

5年前 评论
讨论数量: 4

额。。。发完帖子才发现我在 MacOS 节点下,而我用的是 Windows 10 系统

5年前 评论

额。。。换到了 Windows 帖子--->开发环境搭建 - Windows 重新又弄了一遍,还是出现了一样的问题

5年前 评论

终于解决问题了,按照这个--->问答:Vagrant 启动的时候貌似 ip 冲突之类的问题? 帖子,#5楼的回复,“...更改 Homestead.yaml 文件 设置的 IP 为192.168.1.10 ,host也需要改。...”,按照这个方法我成功的解决了问题

5年前 评论

~/Homestead/Homestead.yaml 的ip换一个。对应的hosts也换下就行了。

This will cause your specified IP to be inaccessible. Please change
the IP or name of your host only network so that it no longer matches that of
a bridged or non-hostonly network.

5年前 评论

讨论应以学习和精进为目的。请勿发布不友善或者负能量的内容,与人为善,比聪明更重要!