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'