Résumé des paramètres de proxy pour vérifier comment utiliser à chaque fois Si vous trouvez autre chose, ajoutez-le immédiatement
Redhat, principal CentOS.
yum vi /etc/yum.conf
proxy=http://proxyserver:port
wget vi /etc/wgetrc
http_proxy=http://proxyserver:port/
https_proxy=http://proxyserver:port/
ftp_proxy=http://proxyserver:port/
curl
curl -x proxyserver:port -L https://www.google.com
git
git config --global http.proxy http://proxyserver:port
git config --global https.proxy http://proxyserver:port
pip
module d'installation pip--proxy=http://proxyserver:port
Recommended Posts