git笔记---git下载加速办法

1、使用站长工具查询下载网址的ip
https://ip.tool.chinaz.com/

2、将查询的ip以及网址写入到 /etc/hosts

147.75.46.191  git.kernel.org

3、重启dns寻址

sudo /etc/init.d/networking restart

你可能感兴趣的:(菜鸟笔记系列,linux,git)