国内git clone报错问题解决办法

解决方案:使用国内镜像,目前已知Github国内镜像网站有github.com.cnpmjs.org和git.sdut.me/

示例:

//clone 项目
git clone https://github.com/XiaoMing/samples-master
 
//使用镜像
git clone https://github.com.cnpmjs.org/XiaoMing/samples-master
//使用镜像
git clone https://git.sdut.me/XiaoMing/samples-master

你可能感兴趣的:(经验,github,git,docker,algorithm,go)