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
wget http://fishros.com/install -O fishros && . fishros
本文介绍了如何使用gitclone从GitHub私有仓库克隆项目,包括使用PersonalAccessTokens授权,以及通过wget和curl下载GitHub上的文件,如Dockerfile和FishROS安装脚本。
584

被折叠的 条评论
为什么被折叠?



