gh.beta.gs.cdn.cloudflare.net Open in urlscan Pro
132.145.87.218  Public Scan

URL: https://gh.beta.gs.cdn.cloudflare.net/
Submission: On June 11 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

GET /

<form action="/" method="get" target="_blank">
  <div class="row gtr-50 gtr-uniform">
    <div class="col-12 col-12-mobilep">
      <input class="block url" type="text" id="githubUrl" name="q" placeholder="输入 GitHub 文件链接" pattern="^((https|http):\/\/)?(github\.com\/.+?\/.+?\/(?:releases|archive|blob)|((?:raw|gist)\.(?:githubusercontent|github)\.com))\/.+$" required="">
    </div>
    <div class="col-12 col-12-mobilep">
      <input class="block url" type="text" id="newUrl" name="q2" placeholder="GitHub 文件代理地址" readonly="">
    </div>
    <div class="col-12 col-12-mobilep">
      <input type="button" value="转换" onclick="generateAcceleratedUrl()">
      <input id="copyButton" type="button" value="复制" onclick="copyToClipboard()" disabled="">
      <input id="downButton" type="button" value="下载" onclick="download(event)" disabled="">
    </div>
  </div>
</form>

Text Content




GITHUB PROXY

支持GitHub 文件 , Releases , archive , gist , raw.githubusercontent.com 文件代理转换服务.




使用说明

--------------------------------------------------------------------------------

操作指南

复制github地址至输入框,点击转换会自动填充新的代理地址,点击复制按钮复制新的代理地址至自己的浏览器粘贴下载或点击下载按钮直接开始下载。如果出现报错或下载失败,请根据提示修正github地址及重新点击下载按钮。

重要通知

本站仅提供github地址转换服务,请勿滥用。

版权申明

本站使用github开源源码gh-proxy搭建。


使用终端命令行

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

--------------------------------------------------------------------------------

GIT CLONE

git clone https://gh.beta.gs/https://github.com/fatedier/frp

GIT CLONE 私有仓库

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

WGET & CURL

wget https://gh.beta.gs/https://github.com/fatedier/frp/archive/master.zip
wget https://gh.beta.gs/https://raw.githubusercontent.com/fatedier/frp/dev/README.md
curl
-O https://gh.beta.gs/https://github.com/fatedier/frp/archive/refs/tags/v0.58.0.zip
curl
-O https://gh.beta.gs/https://raw.githubusercontent.com/fatedier/frp/dev/README.md


WEB页下载示例

在本页地址栏输入合规链接(参考以下链接)点击转换按钮得到代理地址,自行复制至浏览器确认或点击下载按钮下载.
支持raw.githubusercontent.com , gist.github.com , gist.githubusercontent.com文件下载.

--------------------------------------------------------------------------------

RAW 文件

https://raw.githubusercontent.com/fatedier/frp/dev/README.md

分支源码

https://github.com/fatedier/frp/archive/master.zip

RELEASES 源码

https://github.com/fatedier/frp/archive/refs/tags/v0.58.0.zip

RELEASES 文件

https://github.com/fatedier/frp/releases/download/v0.58.0/frp_0.58.0_linux_amd64.tar.gz

 * © beta.gs. All rights reserved.
 * Powered by hunshcn/gh-proxy