代理配置
Git 代理配置
- 配置 git 代理
https://gist.github.com/laispace/666dd7b27e9116faece6
docker 代理配置 https://note.qidong.name/2020/05/docker-proxy/
curl 配置代理
在 ~/.curlrc 文件配置
socks5 = "127.0.0.1:7890"
Git 代理配置
https://gist.github.com/laispace/666dd7b27e9116faece6
docker 代理配置 https://note.qidong.name/2020/05/docker-proxy/
curl 配置代理
在 ~/.curlrc 文件配置
socks5 = "127.0.0.1:7890"