url="http://saimei.acc.umu.se/debian-cd/8.5.0/i386/iso-cd/debian-8.5.0-i386-netinst.iso“wget -c $url -O /tmp/debian.iso
url="http://saimei.acc.umu.se/debian-cd/8.5.0/i386/iso-cd/debian-8.5.0-i386-netinst.iso"
curl -x "vps_ip:80" $url -o /tmp/netinst.iso没有错误信息输出,现在我想在curl配置文件中写入http_proxy。
vim /root/.curlrc
http_proxy="http://vps_ip:80"让我们开始curl。
curl $url -o /tmp/netinst.iso
Warning: /root/.curlrc:1: warning: 'http_proxy' had unsupported trailing
Warning: garbage/root/.curlrc有什么问题?
发布于 2016-09-03 21:43:43
请尝试执行以下操作:
proxy=http://vps_ip:80https://stackoverflow.com/questions/39307539
复制相似问题