跟着教程走,在 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.
《L01 基础入门》
我们将带你从零开发一个项目并部署到线上,本课程教授 Web 开发中专业、实用的技能,如 Git 工作流、Laravel Mix 前端工作流等。
《L05 电商实战》
从零开发一个电商项目,功能包括电商后台、商品 & SKU 管理、购物车、订单管理、支付宝支付、微信支付、订单退款流程、优惠券等
最佳答案

终于解决问题了,按照这个--->问答: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年前 评论

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