github国内下载加速最佳解决方案
- 使用 gitclone.com 镜像方案
如下载 Git clone https://github.com/username/xxx.git --> Git clone https://gitclone.com/github.com/username/xxx.git - 永久解决方案
在~/.gitconfig 文件中加入如下代码
[url "https://gitclone.com/github.com"]
insteadOf = https://github.com/
又快又稳!!!