⚡ Git Fast

GitHub · Cargo · PyPI · Homebrew · Docker · GitLab · Bitbucket
国内开发者工具链全链路加速

GitHub 链接转换
示例
TarOpenClaw 源代码下载
RawOpenClaw 安装脚本
Clonegit clone 仓库
Git Clone 全局加速
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 自动走镜像

Cargo Rust
[source.crates-io]
replace-with = "mirror"

[source.mirror]
registry = "sparse+https://gitfast.run/https://index.crates.io/"

写入 ~/.cargo/config.toml

PyPI Python
pip install torch \
  -i https://gitfast.run/https://pypi.org/simple/

非 AI 包自动回源至清华镜像

Homebrew macOS
export HOMEBREW_BOTTLE_DOMAIN=https://gitfast.run

写入 ~/.zshrc 永久生效

Docker 容器
{"registry-mirrors":["https://gitfast.run"]}

写入 /etc/docker/daemon.json

Go Golang
go env -w GOPROXY=https://goproxy.cn,direct
go env -w GONOSUMDB="*"

goproxy.cn(七牛云)提供,设置一次永久生效