编辑主机文件是什么意思?
What does it mean to edit host file?
看着这个 repo 自动说:
Make sure to edit your host file
127.0.0.1 * http://localhost:3001
这是什么意思?
如果您使用的是 Unix 系统,文件位于 /etc/hosts - 您需要成为 root 用户才能编辑它。
在 Windows 它在 C:\Windows\system32\drivers\etc\hosts 或类似的地方。
基本上,您的主机文件是本地的本地域名系统 (DNS) - 能够方便地找到 public DNS 无法知道的网络本地 IP 地址
看着这个 repo 自动说:
Make sure to edit your host file
127.0.0.1 * http://localhost:3001
这是什么意思?
如果您使用的是 Unix 系统,文件位于 /etc/hosts - 您需要成为 root 用户才能编辑它。
在 Windows 它在 C:\Windows\system32\drivers\etc\hosts 或类似的地方。
基本上,您的主机文件是本地的本地域名系统 (DNS) - 能够方便地找到 public DNS 无法知道的网络本地 IP 地址