Simply embed the cloned address in gitclone.com in the git clone command
Method 1 (replace url)
git clone https://gitclone.com/github.com/tendermint/tendermint.git
Method 2 (set git parameters)
git config --global url."https://gitclone.com/".insteadOf https://
git clone https://github.com/tendermint/tendermint.git
Method 3 (use cgit client)
cgit clone https://github.com/tendermint/tendermint.git
The first clone needs to be cached on github, and later clones can be directly pulled from the cache
git clone https://gitclone.com/github.com/tendermint/tendermint.git
Cache github repository
Sync cache from github regularly
Speed up commands like go get
Gogs-based repository technology managed code
Quickly mirror the repository from github
Easy to quickly browse the project code
Just use git clone to generate a cache
The next time developers will use the cache
Extensive cache technology based on distributed github is being developed, so stay tuned