使用代理方式整理
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用代理方式整理相关的知识,希望对你有一定的参考价值。
假设代理的域名是xxx.xxxx.xxxx.net 端口是8080
1、pip使用代理
pip --proxy=xxx.xxxx.xxxx.net:8080 install pygame
2、wget使用代理
wget https://dl.minio.io/server/minio/release/linux-amd64/minio -e use_proxy=yes -e https_proxy=xxx.xxxx.xxxx.net:8080
3、git使用代理
git clone ttps://github.com/openstf/minicap.git -c http.proxy=xxx.xxxx.xxxx.net:8080
4、ubuntu设置
export http_proxy=xxx.xxxx.xxxx.net:8080
注:若需永久设置,则将上述存至/etc/profile文件即可
5、浏览器使用代理
打开设置——高级——系统——打开代理设置——>
即可进行设置
以上是关于使用代理方式整理的主要内容,如果未能解决你的问题,请参考以下文章