美文网首页
解决github clone慢的方法

解决github clone慢的方法

作者: 熊熊xr | 来源:发表于2019-06-12 12:31 被阅读0次

1.修改本地host文件

windows系统的hosts文件的位置如下:C:\Windows\System32\drivers\etc\hosts

mac/linux系统的hosts文件的位置如下:/etc/hosts

2. 增加github.global.ssl.fastly.net和github.com的映射

151.101.113.194 github.global.ssl.fastly.net
192.30.253.112 github.com
参考文章:

Git下载Github源代码速度慢的解决办法
完美解决github访问速度慢

相关文章

网友评论

      本文标题:解决github clone慢的方法

      本文链接:https://www.haomeiwen.com/subject/wlgkfctx.html