GitHub · Cargo · PyPI · Homebrew · Docker · GitLab · Bitbucket
国内开发者工具链全链路加速
git clone https://gitfast.run/https://github.com/user/repo.git
git config --global url."https://gitfast.run/https://github.com/".insteadOf "https://github.com/"
设置 insteadOf 后所有 git clone / git push / go get 自动走镜像
[source.crates-io] replace-with = "mirror" [source.mirror] registry = "sparse+https://gitfast.run/https://index.crates.io/"
写入 ~/.cargo/config.toml
pip install torch \ -i https://gitfast.run/https://pypi.org/simple/
非 AI 包自动回源至清华镜像
export HOMEBREW_BOTTLE_DOMAIN=https://gitfast.run
写入 ~/.zshrc 永久生效
{"registry-mirrors":["https://gitfast.run"]}
写入 /etc/docker/daemon.json
go env -w GOPROXY=https://goproxy.cn,direct go env -w GONOSUMDB="*"
由 goproxy.cn(七牛云)提供,设置一次永久生效