2020年12月5日
github clone慢的一个处理
//这是我们要clone的
git clone https://github.com/Hackergeek/architecture-samples
//使用镜像
git clone https://github.com.cnpmjs.org/Hackergeek/architecture-samples
//或者
//使用镜像
git clone https://git.sdut.me/Hackergeek/architecture-samples
原文来自:https://blog.csdn.net/weixin_42886104/article/details/106454331