如何解决使用git clone下载慢的问题

对于如下一条命令

git clone https://github.com/tensorflow/models.git

正常使用git clone命令时会非常缓慢
我们可以添加代理使用如下命令使速度变快

git clone https://ghproxy.com/https://github.com/tensorflow/models.git

你可能感兴趣的:(git,github)