命令行使用proxy全记录

在各种的网络封锁下,访问google必须需要proxy代理才能访问到,而代理有时和各种的缓存有相似之处,本质上都是一个服务无法访问到或者响应慢,通过一个或多个中间服务器形成一个较快的链接。这里记录下各种代理的使用方式。

  1. git
  2. docker
  3. npm
  4. apt

git

1
git config --global https.proxy socks5://localhost:1080

验证:

1
2
root@localhost: # git config --global --get-regexp http.*
https.proxy socks5://127.0.0.1:1080

docker

npm

apt