如果还有其他人仍然遇到此问题,我在IntelliJ板上发现了此相关问题:https
:
//youtrack.jetbrains.com/issue/IDEA-157303
看来问题与解析主机名有关。建议的解决方法是在
/etc/hosts文件中包含以下行:
127.0.0.1 localhost <your hostname goes here>.local
对于IPv6解析,相同:
::1 localhost <your hostname goes here>.local

如果还有其他人仍然遇到此问题,我在IntelliJ板上发现了此相关问题:https
:
//youtrack.jetbrains.com/issue/IDEA-157303
看来问题与解析主机名有关。建议的解决方法是在
/etc/hosts文件中包含以下行:
127.0.0.1 localhost <your hostname goes here>.local
对于IPv6解析,相同:
::1 localhost <your hostname goes here>.local