github clone 慢问题解决
·
git clone https://github.com/MyName/myjava.git
替换为
git clone https://github.com.cnpmjs.org/MyName/myjava.git
也就是 github.com 替换为 github.com.cnpmjs.org
或者 用 https://gitee.com/ 国内的代码托管平台 进行 二次克隆下载
更多推荐
git clone https://github.com/MyName/myjava.git
替换为
git clone https://github.com.cnpmjs.org/MyName/myjava.git
也就是 github.com 替换为 github.com.cnpmjs.org
或者 用 https://gitee.com/ 国内的代码托管平台 进行 二次克隆下载
更多推荐
所有评论(0)