当前位置:   article > 正文

GitHub代理加速_github 2024代理

github 2024代理
终端命令行

支持终端命令行 git clone , wget , curl 等工具下载.
支持 raw.githubusercontent.com gist.github.com gist.githubusercontent.com 文件下载.
注意: 不支持 SSH Key 方式 git clone 下载.


git clone

git clone https://ghproxy.org/https://github.com/microsoft/vscode

git clone 私有仓库

Clone 私有仓库需要用户在 Personal access tokens 申请 Token 配合使用.
git clone https://user:your_token@ghproxy.org/https://github.com/your_name/your_private_repo

wget & curl

wget   https://ghproxy.org/https://github.com/microsoft/vscode/archive/refs/tags/1.84.2.zip
wget   https://ghproxy.org/https://raw.githubusercontent.com/microsoft/vscode/main/README.md
curl -O   https://ghproxy.org/https://github.com/microsoft/vscode/archive/refs/tags/1.84.2.zip
curl -O   https://ghproxy.org/https://raw.githubusercontent.com/microsoft/vscode/main/README.md

声明:本文内容由网友自发贡献,转载请注明出处:【wpsshop】
推荐阅读
相关标签
  

闽ICP备14008679号