Tool
Jetbrains tool이 실행 안될때, Cannot connect to already running IDE instance
seungdols
2023. 10. 26. 15:41
Error while opening Intellij IDEA due to an already running process
I am trying to open the Intellij IDEA on Mac, but it is showing the following error: Cannot connect to already running IDE instance. Exception: Process 464 is still I was able to open Intellij
stackoverflow.com
find ~/ -type f -name '.lock'
위 명령어로 .lock 파일을 찾고, 해당 .lock 파일을 삭제 해주면 정상적으로 동작 된다.
반응형