# git-cclone **Repository Path**: ryan-bin/git-cclone ## Basic Information - **Project Name**: git-cclone - **Description**: 解决国内git clone 代码速度慢的问题 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## git cclone xxx 解决 下载github 代码速度慢的问题, ## 使用 `只支持 github.com 的 https协议` ```json git cclone xxx ``` 比如: ```json git cclone https://github.com/rust-unofficial/awesome-rust.git ``` ## 安装 ## Linux 和 Mac ### curl ```json sudo bash -c "$(curl -fsSL https://gitee.com/ryan-bin/git-cclone/raw/master/script/install.sh)" ``` ### wget ```json sudo bash -c "$(wget https://gitee.com/ryan-bin/git-cclone/raw/master/script/install.sh -O -)" ``` ## 卸载 ### curl ```json sudo bash -c "$(curl -fsSL https://gitee.com/ryan-bin/git-cclone/raw/master/script/uninstall.sh)" ``` ### wget ```json sudo bash -c "$(wget https://gitee.com/ryan-bin/git-cclone/raw/master/script/uninstall.sh -O -)" ```