POSTS
github 加速
GitHub在某些地区下载速度过慢
例如需要下载 grpc 仓库,一般情况下我们会使用下述地址,
git clone https://github.com/grpc/grpc
为了加速可以将其修改为
git clone https://ghproxy.com/github.com/grpc/grpc
注意
这个加速不能用于访问GitHub网页.
POSTS
git clone https://github.com/grpc/grpc
git clone https://ghproxy.com/github.com/grpc/grpc
这个加速不能用于访问GitHub网页.