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

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