解决github clone下载速度过慢

AI摘要

将github.com替换为github.com.cnpmjs.org可解决clone下载慢或中断问题,提升下载效率。

有时候从github clone到本地,由于下载速度慢,有时间一长链旧断了。下面可以一定程度上解决。

把github.com替换为

github.com.cnpmjs.org

比如

git clone https://github.com/Chia-Network/chia-blockchain.git -b latest --recurse-submodules

替换为

git clone https://github.com.cnpmjs.org/Chia-Network/chia-blockchain.git -b latest --recurse-submodules

Saiyintai

软件测试工程师

相关推荐

coder-server 安装和更新

coder-server是浏览器编码的开源项目,支持AI插件,通过统一命令"curl -fsSL https://code-server.dev/install.sh | sh"完成安装和更新。

暂无评论