实例加速拉取 GitHub 资源 GpuMall.com

查看 20|回复 0
作者:GpuMall   

现在创建实例,享 10000 小时免费训练时长,直达链接:GpuMall 智算云
#便宜 #好用 #高效 #学生必备
https://gpumall.com/login?type=register&source=v2ex
GitHub 加速拉取支持终端命令行 git clone , wget , curl 等工具下载。
支持 raw.githubusercontent.com , gist.github.com , gist.githubusercontent.com 文件下载。
#github #gpu 算力 #阿里云
使用加速拉取方法:
#比如拉取 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_[email protected].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/Dock
您需要登录后才可以回帖 登录 | 立即注册

返回顶部