# fgit **Repository Path**: qiang546/fgit ## Basic Information - **Project Name**: fgit - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-30 - **Last Updated**: 2023-12-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fgit 一个在克隆项目时自动把 GitHub 链接替换为 fastgit 链接的工具。 [English](./README.md) ## 如何使用? ### Linux 1. 克隆本项目 2. 在项目文件夹中执行: `sudo install -Dm755 ./bin/fgit.sh /usr/local/bin/fgit` 3. 使用 `fgit https://github.com/xxx/xxx.git` 来克隆一个项目 ### Windows 1. 克隆本项目 2. 将 fgit/bin 加入到你的环境变量 (PATH) 中 3. 使用 `fgit https://github.com/xxx/xxx.git` 来克隆一个项目