自学内容网 自学内容网

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


原文地址:https://blog.csdn.net/zslefour/article/details/142938019

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!