当前位置:   article > 正文

【实用指南】实例加速拉取GitHub资源GpuMall.com_curl github加速

curl github加速

现在创建实例,享10000小时免费训练时长,直达链接:GpuMall智算云
#便宜 #好用 #高效 #学生必备



GitHub加速拉取支持终端命令行 git clone , wget , curl 等工具下载。

支持 raw.githubusercontent.com , gist.github.com , gist.githubusercontent.com 文件下载。

使用加速拉取方法:

  1. #比如拉取 https://github.com/NVIDIA/apex.git 项目
  2. git clone https://mirror.ghproxy.com/https://github.com/NVIDIA/apex.git
  3. #拉取私有仓库
  4. #Clone 私有仓库需要用户在 Personal access tokens 申请 Token 配合使用
  5. git clone https://user:your_token@mirror.ghproxy.com/https://github.com/your_name/your_private_repo
  6. #wget 和 curl 加速
  7. wget https://mirror.ghproxy.com/https://github.com/stilleshan/ServerStatus/archive/master.zip
  8. wget https://mirror.ghproxy.com/https://raw.githubusercontent.com/stilleshan/ServerStatus/master/Dockerfile
  9. curl -O https://mirror.ghproxy.com/https://github.com/stilleshan/ServerStatus/archive/master.zip
  10. curl -O https://mirror.ghproxy.com/https://raw.githubusercontent.com/stilleshan/ServerStatus/master/Dock
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/article/detail/47953
推荐阅读
相关标签
  

闽ICP备14008679号