(收藏必备)git clone命令下载github资源速度慢解决方法

编程知识 更新时间:2023-05-02 03:04:14

(收藏必备)机器视觉全栈开发常用资源下载加速hub

方法简述:

将开头的https换成git,如
git clone https://github/pytorch/pytorch.git
换成
git clone git://github/pytorch/pytorch.git

详细说明

我们经常需要在github下载代码资源,或是修改代码为己所用,或是整合到系统中
但是,因为你懂的原因速度是真的慢

比如,你思考良久,下决心阅读pytorch代码,首先需要下载下来:
git clone https://github/pytorch/pytorch.git

git clone https://github/pytorch/pytorch.git

就会出现

不好意思,搞错了,会出现类似下面的情况:

这个时候,可以将原来的命令改成
git clone git://github/pytorch/pytorch.git

git clone git://github/pytorch/pytorch.git

完结散花:

更多推荐

(收藏必备)git clone命令下载github资源速度慢解决方法

本文发布于:2023-04-25 10:26:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/1cdc3156d34c86afcce7b39533e042e0.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:解决方法   速度慢   命令   收藏   资源

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!

  • 102896文章数
  • 26171阅读数
  • 0评论数