# cgit **Repository Path**: ltt_rick/cgit ## Basic Information - **Project Name**: cgit - **Description**: cgit是一个github快速下载器,使用国内镜像。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-03 - **Last Updated**: 2022-05-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cgit > cgit是一个github快速下载器,使用国内镜像,clone速度可达10M/s。 ## 安装 ```sh #需要安装c++编译器和cmake,如果没有安装,执行下面指令安装。 sudo apt-get install cmake build-essential #安装cgit git clone https://gitee.com/ltt_rick/cgit.git && sudo sh cgit/install.sh ``` ## 使用 cgit的使用方法git与一样,事实上内部使用的也是git,使用时只需将命令替换成cgit即可,如下: ```sh cgit clone https://github.com/tensorflow/tensorflow.git ```