解决github无法clone

在公司电脑经常会遇到无法从github上 clone 或者下载速度极慢的情况,只需要简单的把 github.com 改为 hub.fastgit.org 然后再clone 就可以了。
比如:

git clone https://github.com/opencv/opencv.git
git clone https://hub.fastgit.org/opencv/opencv.git

你可能感兴趣的:(github,opencv)