常用软件代理

常用软件代理

git

  • ghproxy.com
1
2
3
4
git config --global url."https://ghproxy.com/https://github.com".insteadOf "https://github.com"
git config --global url."https://ghproxy.com/https://raw.githubusercontent.com".insteadOf "https://raw.githubusercontent.com"
git config --global url."https://ghproxy.com/https://gist.github.com".insteadOf "https://gist.github.com"
git config --global url."https://ghproxy.com/https://gist.githubusercontent.com".insteadOf "https://gist.githubusercontent.com"

npm

  • taobao.org
1
npm config set registry=https://registry.npm.taobao.org

pip

  • aliyun.com
1
pip config set global.index-url https://mirrors.aliyun.com/pypi/simple

go

  • goproxy.cn
1
2
go env -w GO111MODULE=on
go env -w GOPROXY=https://goproxy.cn,direct