常用软件代理
常用软件代理
git
- ghproxy.com
1 | git config --global url."https://ghproxy.com/https://github.com".insteadOf "https://github.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 | go env -w GO111MODULE=on |