|
楼主 |
发表于 2007-11-28 10:25:42
|
显示全部楼层
Post by bluebear720;1788606
export https_proxy="http://192.232.119.192:81"
可以试试这个,我有过一样的问题,但是这样解决的。(我们公司用的是winXP,CCproxy做的代理)。
It doesn't work!
--------------------------------------
zuo@zuo-ubuntu:~$export
......................
declare -x http_proxy="http://192.232.119.192:81"
declare -x no_proxy="localhost,127.0.0.0/8,*.local"
zuo@zuo-ubuntu:~$wget http://fsa.ia.ac.cn/files/OpenCV_FaceDetection_June10.pdf
--10:17:54-- http://fsa.ia.ac.cn/files/OpenCV_FaceDetection_June10.pdf
=> `OpenCV_FaceDetection_June10.pdf'
Resolving gazproxy.sg.kodak.com... 150.245.122.222
Connecting to gazproxy.sg.kodak.com|150.245.122.222|:81... connected.
Proxy request sent, awaiting response... 404 Not Found
10:17:55 ERROR 404: Not Found. |
|