- 使用
sudo
参数-E
使得 root 用户可以使用普通用户下的环境变量,包括代理设置。[email protected]:~$ sudo -E add-apt-repository ppa:mitya57/ppa
- 直接在 root 用户下设置代理。
[email protected]:~$ sudo bash [email protected]:~# export http_proxy=http://192.168.1.8:80 [email protected]:~# export https_proxy=http://192.168.1.8:80 [email protected]:~# add-apt-repository ppa:mitya57/ppa
http://askubuntu.com/questions/53146/how-do-i-get-add-apt-repository-to-work-through-a-proxy
Ubuntu12.04 使用apt-add-repository如何设置代理
时间: 2024-11-09 01:14:52