git config --global url."https://gitclone.com/".insteadOf https://
复制这个到git bash上执行,再git原有repo即可永久加速
例如:
git config --global url."https://gitclone.com/".insteadOf https://
git clone https://github.com/Sharpiless/MPI-Flow.git
完事!
git config --global url."https://gitclone.com/".insteadOf https://
复制这个到git bash上执行,再git原有repo即可永久加速
例如:
git config --global url."https://gitclone.com/".insteadOf https://
git clone https://github.com/Sharpiless/MPI-Flow.git
完事!