1.查找主机443端口占用程序
netstat -ano|findstr “443”

结束相关进程
tasklist

taskkill /f /pid 8920

2.使用代理
1.查看主机IP地址
grep nameserver /etc/resolv.conf
2.写入到环境变量
export https_proxy='http://172.30.112.1:58591' export http_proxy='http://172.30.112.1:58591'
1.查找主机443端口占用程序

结束相关进程
tasklist

taskkill /f /pid 8920

2.使用代理
1.查看主机IP地址
grep nameserver /etc/resolv.conf
2.写入到环境变量
export https_proxy='http://172.30.112.1:58591' export http_proxy='http://172.30.112.1:58591'
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。