基于flask, 加速 clone, download github 项目,fgh(fast github)

liuyuqi-dellpc 648402b854 fix path 2 months ago
.github f51258a256 v1 2 months ago
.vscode ebb0c1648e init 2 months ago
docs ebb0c1648e init 2 months ago
fgh 648402b854 fix path 2 months ago
scripts f51258a256 v1 2 months ago
.dockerignore ebb0c1648e init 2 months ago
.env f51258a256 v1 2 months ago
.gitignore 648402b854 fix path 2 months ago
.gitpod.yml f51258a256 v1 2 months ago
.pre-commit-config.yaml ebb0c1648e init 2 months ago
Dockerfile f51258a256 v1 2 months ago
README.md f51258a256 v1 2 months ago
client.py 648402b854 fix path 2 months ago
docker-compose.debug.yml ebb0c1648e init 2 months ago
docker-compose.yml f51258a256 v1 2 months ago
fgh-server.spec f51258a256 v1 2 months ago
fgh.spec f51258a256 v1 2 months ago
main.py f51258a256 v1 2 months ago
poetry.lock f51258a256 v1 2 months ago
pyproject.toml f51258a256 v1 2 months ago
requirements.txt f51258a256 v1 2 months ago

README.md

fgh

加速 clone github 项目,下载 github blob 文件

Usage

  • 服务端:

    docker compose up -d
    
  • 客户端:

编辑.env文件,填写服务端地址,执行:

# clone repo
fgh clone https://github.com/xx/yy.git
fgh push https://github.com/xx/yy.git

# download file
fgh wget https://ghproxy.org/https://github.com/microsoft/vscode/archive/refs/tags/1.84.2.zip
fgh wget https://ghproxy.org/https://raw.githubusercontent.com/microsoft/vscode/main/README.md

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

Reference

License

  • 请遵守 Apache License 2.0 协议,参见 LICENSE 文件。
  • 请合规使用,不得用于非法用途。