Error starting userland proxy: listen tcp4 0.0.0.0:8005: bind: address alrea
作者:互联网
Error starting userland proxy: listen tcp4 0.0.0.0:8005: bind: address alrea
上面的错误已经说的很清楚了,我们的proxy代理已经监听到8005/tcp,地址已经被占用,就是端口被占用了。
查看一下进程:
netstat -tanlp
tcp6 127.0.0.1:8005的tcp号为2683。我们接下来将其杀死:
sudo kill 4257
OK了已经被干掉了,
标签:userland,bind,0.0,alrea,tcp,proxy,tcp4,8005 来源: https://blog.csdn.net/qwq1518346864/article/details/117597351