代理配置

Git 代理配置

  1. 配置 git 代理

https://gist.github.com/laispace/666dd7b27e9116faece6

  1. docker 代理配置 https://note.qidong.name/2020/05/docker-proxy/

  2. curl 配置代理

在 ~/.curlrc 文件配置

socks5 = "127.0.0.1:7890"