当你发现端口被占用,可以使用任务管理器查看本地或者远程的端口有没有被使用
netstat -ano| findstr 3000
如果不行的话,可以试试
net stop winnat net start winnat