📦 归档笔记 — 原创建于 WizNote,仅作归档展示;观点以当年为准,非最新。

raw.githubusercontent.com下载加速

创建时间2022-10-05最后修改2022-10-05原位置/My Notes/字数156
目录:我的笔记

终端命令行

支持终端命令行 git clone , wget , curl 等工具下载.

支持 raw.githubusercontent.com , gist.github.com , gist.githubusercontent.com 文件下载.

**注意:**不支持 SSH Key 方式 git clone 下载.


git clone

git clone https://ghproxy.com/https://github.com/stilleshan/ServerStatus

git clone 私有仓库

Clone 私有仓库需要用户在 Personal access tokens 申请 Token 配合使用.

git clone https://user:your_token@ghproxy.com/https://github.com/your_name/your_private_repo

wget & curl

wget https://ghproxy.com/https://github.com/stilleshan/ServerStatus/archive/master.zip

wget https://ghproxy.com/https://raw.githubusercontent.com/stilleshan/ServerStatus/master/Dockerfile

curl -O https://ghproxy.com/https://github.com/stilleshan/ServerStatus/archive/master.zip

curl -O https://ghproxy.com/https://raw.githubusercontent.com/stilleshan/ServerStatus/master/Dockerfile