Error: Address already in use

端口被某个进程占用

使用命令

lsof -i:端口号

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

kill -9 进程号

posted @ 2020-07-14 09:25  牛奔  阅读(825)  评论(0编辑  收藏  举报