Ran Cheng

Robotics, Vision, Learning.

Github Speed Up

Github is slow in some region, this post helps speed up your github by set the global url configs:

git config --global url."https://hub.fastgit.org".insteadOf https://github.com

That’s it. Have fun!