主页

 目录

  1. cURL
  2. Git

05实用技术/Proxy

  • 更新时间:2022-05-01 02:10
  • 创建时间:2022-05-01 02:09

cURL

1
curl --proxy 127.0.0.1:1080 https:///www.example.net/
1
curl --socks5 127.0.0.1:7890 https:///www.example.net/

Git

1
2
git config --global http.proxy 'socks5://127.0.0.1:7890'
git config --global https.proxy 'socks5://127.0.0.1:7890'
分享
上一篇
01前端/design to code
下一篇
01前端/internationalization and localization
© 2022 zhangjufeng
Powered by Hexo
京公网安备 11010802028993号   京ICP备2020046328号