Reveal工具无法连接到应用程序
2020-05-13 本文已影响0人
IAM121
在/etc/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
然后重新打开即可使用了。