github and fastgit
·
FastGit is a service that
acts as a caching proxy for GitHub,
designed to speed up access to GitHub repositories,
especially in regions where GitHub's servers may experience slowdowns or network restrictions.
Essentially, FastGit mirrors GitHub's content but routes the data through faster,
more local servers,
allowing for quicker download times when cloning or pulling from repositories.
git clone https://github.com/username/repo.git
git clone https://github.fastgit.org/username/repo.git
更多推荐
所有评论(0)