每次尝试在笔记本电脑上编译代码时,我都会收到此错误:“无效的主机字符串:'localhost'”。但是,我的桌面工作得很好。
笔记本电脑和台式机在 etc/hosts 中都有完全相同的 hosts 文件,即:
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
fe80::1%lo0 localhost
我在互联网上搜索了很多,他们都有相同的答案:您的主机文件命名不正确。但事实并非如此。
它被命名为主机。我制作了两个副本,hosts.txt 和只是 hosts,但它们都不起作用。这使我认为 XCode 的偏好中的某些东西正在其他地方寻找主机。