Linux Mint apt-get proxy 代理設置

creating the file/etc/apt/conf.d./30proxy and adding there the proxyinfo:

Acquire::http::proxy"http://IP:8080/";
Acquire::ftp::proxy"ftp://IP:8080/";
Acquire::https::proxy"https://IP:8080/";

Where "IP" is the IP of the proxy. After this, I couldsucessfully update my system. 
發佈了43 篇原創文章 · 獲贊 11 · 訪問量 13萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章