在ubuntu系统下为apt-get配置代理的方法如下:
运行命令:
sudo gedit /ect/apt/apt.conf
在配置文件里添加Acquire::http::Proxy "http://代理地址:端口"
如果使用了GoAgent代理,则上述语句为Acquire::http::Proxy "http://127.0.0.1:8087";
重启有效。
在ubuntu系统下为apt-get配置代理的方法如下:
运行命令:
sudo gedit /ect/apt/apt.conf
在配置文件里添加Acquire::http::Proxy "http://代理地址:端口"
如果使用了GoAgent代理,则上述语句为Acquire::http::Proxy "http://127.0.0.1:8087";
重启有效。