当前位置: 首页 > news >正文

GitHub加速

GitHub加速

终端命令行

支持终端命令行 git clone , wget , curl 等工具下载.
支持 raw.githubusercontent.com , gist.github.com , gist.githubusercontent.com 文件下载.
注意:不支持 SSH Key 方式 git clone 下载.


git clone

git clone https://ghp.ci/https://github.com/stilleshan/dockerfiles

git clone 私有仓库

Clone 私有仓库需要用户在 Personal access tokens 申请 Token 配合使用.
git clone https://user:your_token@ghp.ci/https://github.com/your_name/your_private_repo

wget & curl

wget https://ghp.ci/https://github.com/stilleshan/dockerfiles/archive/master.zip
wget https://ghp.ci/https://raw.githubusercontent.com/stilleshan/dockerfiles/main/README.md
curl -O https://ghp.ci/https://github.com/stilleshan/dockerfiles/archive/master.zip
curl -O https://ghp.ci/https://raw.githubusercontent.com/stilleshan/dockerfiles/main/README.md

http://www.lryc.cn/news/465008.html

相关文章:

  • 每天学习一个Linux命令:xrandr
  • 路由表来源(基于华为模拟器eNSP)
  • 并查集(Union-Find)
  • Linux上的AI框架都有哪些?哪些AI框架适合驱动EACO地球链自动发展完善?
  • java的第一个游戏界面
  • 【AIGC】ChatGPT提示词Prompt高效编写模式:Self-ask Prompt、ReACT与Reflexion
  • android studio无法下载依赖包问题
  • SQL入门
  • Java中的Math类
  • 大厂常问iOS面试题–Runloop篇
  • 【解决】mac报错“zsh: command not found: nvm”
  • MySQL同步到ES的方案选型
  • Transformer 与 CNN的对比
  • Maven入门到进阶:构建、依赖与插件管理详解
  • 炒股VS炒游戏装备,哪个更好做
  • AI图像处理工具:开发者高阶用法与最佳实践
  • Spring Boot 2.6=>2.7 升级整理
  • Race Track Generator Ultimate:Race Track Generator(赛车场赛道看台场景创建工具)
  • 数据结构7——二叉树的顺序结构以及堆的实现
  • leetcode hot100 之【LeetCode 21. 合并两个有序链表】 java实现
  • Android Camera系列(五):Camera2
  • 从DexMV、VideoDex、MimicPlay到SeeDo:从人类视频中学习:机器人的主流训练方法之一
  • 如何在Docker中运行Squid
  • Ubuntu22.04 加入AD域
  • Docker 构建 Miniconda3 Python 运行环境实战指南
  • 029 elasticsearch文档管理(ElasticsearchRepository、ElasticsearchRestTemplate)
  • 【Flutter】Dart:Isolate
  • ​微信小程序 页面间传递数据
  • 前端_005_Nodejs
  • SpringCache缓存介绍