实例加速拉取GitHub资源
GitHub加速拉取支持终端命令行 git clone , wget , curl 等工具下载。
立即免费体验:https://gpumall.com/login?type=register&source=cnblogs
支持 raw.githubusercontent.com , gist.github.com , gist.githubusercontent.com 文件下载。
autodl#恒源云#矩池云#算力云#恒源云 实例迁移#autodl 官网#autodi#GpuMall#GPU云#AutoDL#AotuDL 算力云#GpuMall智算云#AI#大数据#算力租赁#大模型#深度学习#人工智能#算力变现
使用加速拉取方法:
比如拉取 https://github.com/NVIDIA/apex.git 项目
git clone https://mirror.ghproxy.com/https://github.com/NVIDIA/apex.git
拉取私有仓库
Clone 私有仓库需要用户在 Personal access tokens 申请 Token 配合使用
git clone https://user:your_token@mirror.ghproxy.com/https://github.com/your_name/your_private_repo
wget 和 curl 加速
wget https://mirror.ghproxy.com/https://github.com/stilleshan/ServerStatus/archive/master.zip
wget https://mirror.ghproxy.com/https://raw.githubusercontent.com/stilleshan/ServerStatus/master/Dockerfile
curl -O https://mirror.ghproxy.com/https://github.com/stilleshan/ServerStatus/archive/master.zip
curl -O https://mirror.ghproxy.com/https://raw.githubusercontent.com/stilleshan/ServerStatus/master/Dockerfile