IntelliJ IDEA hangs while “Finished, saving caches”

后端 未结 1 969
Happy的楠姐
Happy的楠姐 2021-02-12 01:36

Each time I do a make (a Java project) in IDEA, the compile process is hanging stating \"Finished, saving caches\". I have to kill this process before I can continue. I tried to

1条回答
  •  别跟我提以往
    2021-02-12 02:39

    One more workaround is adding your mac's hostname to /etc/hosts file along with localhost like the following:

    127.0.0.1 localhost 
    ::1       localhost 
    

    This solved the problem for me.

    0 讨论(0)
提交回复
热议问题