GitHub加速拉取支持终端命令行
git clone ,
wget ,
curl 等工具下载。
GpuMall智算云 | 省钱、好用、弹性。租GPU就上GpuMall,面向AI开发者的GPU云平台
支持
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