linux系统下,使用git clone拉取github上的仓库太慢、卡住问题解决【记录】
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
linux系统下,使用git clone拉取github上的仓库太慢、卡住问题解决【记录】
有时需要使用git clone拉取github上的仓库项目,但会出现clone太慢的情况,甚至卡住,以至于拉取不下来:
查阅解决的许多方法,有说给 git 设置代理的办法,是给 http 设置代理,也有讲给 SSH 设置代理。但尝试了很多,找到一个简洁快速的解决方案!!!
亲测有效的解决方案:
将原本的网站中的git clone http://github.com 进行替换为git clone http://github.com.cnpmjs.org
可以看出,clone的速度有4.00kiB/s级变成了4.84MiB/s,喜欢!!!
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献14条内容
所有评论(0)