Share | Build Own Fast Git
Recently I was using Git clone on a Tencent cloud server in China and the Github service was never able to connect. I had no choice but to start looking for the Fast Git service, but my search was in vain. So I thought I'd build my own.
Temporary replacement of Git links
git clone https://w0.pw/{author}/{repo}
Permanent replacement of Git links
git config --global url."https://w0.pw/".insteadOf "https://github.com/"
git config protocol.https.allow always