Skip to main content
 首页 » 编程设计

maven之IntelliJ 卡住 "Scanning Maven Projects"

2025年05月04日152thcjp

我刚刚安装了 IntelliJ 社区版。当我尝试导入 Maven 项目时,它卡在步骤“扫描 Maven 项目”上并说它的读数为“.../pom.xml”。它在这里保持大约 10 分钟,退出此窗口,然后根本不导入项目。

其他一些帖子建议设置/etc/hosts 文件,但我的已经设置了 127.0.0.1 localhost。我已经在 IntelliJ 和我的 .m2/settings.xml 文件中设置了代理信息。

关于如何让 IntelliJ 只是打开我的项目的任何建议?

最好的事物,
可人

请您参考如下方法:

已经在这里回答 unable to import maven project into Intellij Idea :looking for available profile

The solution was to edit the /etc/hosts file and add at the first line:

127.0.0.1 localhost localhost



此外,请确保 localhost 仅映射一次。

(在评论中回答。我只是留下这个答案以供引用,因为它是 Google 在搜索此问题时的第一个结果之一)