解决办法

原命令:git clone -b r1.13.0 https://github.com/tensorflow/models.git
现在替换为:git clone -b r1.13.0 https://github.com.cnpmjs.org/tensorflow/models.git
也就是把原 URL 中的 github.com 替换为 github.com.cnpmjs.org,其余保持不变。

使用命令:git clone -b r1.13.0 https://github.com/tensorflow/models.git 克隆 GitHub 上的一个仓库,但是速度超级慢,最高速度不超过 30 KB/s。克隆小文件还好,可以耐心等几分钟,但是克隆大文件,只想叫人拍桌子。
解决Git clone 超级慢的方法

解决办法:使用国内镜像网站:github.com.cnpmjs.org,你访问这个网站和访问 github.com 没有任何区别,但是速度快很多,所以我们可以从这个镜像网站进行克隆仓库。替换之后再克隆仓库,有了质的提升。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-04
  • 2021-05-12
  • 2021-05-24
  • 2022-12-23
  • 2022-02-04
猜你喜欢
  • 2021-08-22
  • 2021-08-23
  • 2021-07-26
  • 2021-09-11
  • 2021-06-01
  • 2021-07-30
  • 2021-12-04
相关资源
相似解决方案