MacOS: 找到被占用的端口并释放

1. sudo lsof -i :<port number>
2.
kill -9 <PID>
posted @ 2020-01-10 11:05  GreatK  阅读(1142)  评论(0)    收藏  举报