端口被某个进程占用

使用命令

lsof -i:端口号

然后看到进程号,直接杀掉进程就好

kill -9 进程号

Error: Address already in use

相关文章: