侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

linux下http https ftp yum wget git 代理

2023-11-09 星期四 / 0 评论 / 0 点赞 / 39 阅读 / 755 字

http https ftp 代理vim ~/.bash_profile http_proxy="http://"":""@ip:1080"https_proxy="http://"":""@ip:1

http https ftp 代理

vim ~/.bash_profile http_proxy="http://"":""@ip:1080"https_proxy="http://"":""@ip:1080"ftp_proxy="http://"":""@ip:1080"export http_proxyexport https_proxyexport ftp_proxy

yum代理

vim /etc/yum.confproxy=http://"":""@ip:1080

wget 代理

vim /etc/wgetrc https_proxy=http://"":""@ip:1080/http_proxy=http://"":""@ip:1080/ftp_proxy=http://"":""@ip:1080/

git代理

git config --global http.proxy socks5://ip:1080

广告 广告

评论区