GitHub 代码加速warn
gitclone.com
https://gitclone.com支持直接搜索仓库并加速克隆,国内访问友好
GitHubGitclone加速
使用说明
gitclone.com
加速克隆:
git clone https://gitclone.com/github.com/user/repo.git
设为全局 URL 重写(自动代理所有 GitHub 克隆,推荐):
git config --global url."https://gitclone.com/".insteadOf "https://github.com/"
恢复原始配置:
git config --global --unset url."https://gitclone.com/".insteadOf
