修复install_github internet error
Posted R语言高级进阶
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了修复install_github internet error相关的知识,希望对你有一定的参考价值。
近期api.github.com无法正常访问,导致无法安装github上的R包。我们可以通过以下方法进行修复:
在下面链接检索api.github.com的真实ip:https://github.com.ipaddress.com/api.github.com
测试该检索到的ip能否ping通,打开
cmd
orpowershell
:上述ip如果能ping通,把上述检索到的“ip + api.github.com”添加到
C:WindowsSystem32driversetchosts
中140.82.112.6 api.github.com
检查结果,重新
ping api.github.com
可以看到已经可以ping通,已经可以正常安装github R包。现在重新测试一下能否安装
CMIP5tools
,如有bug请留言。devtools::install_github("kongdd/CMIP5tools")
以上是关于修复install_github internet error的主要内容,如果未能解决你的问题,请参考以下文章
如何在 Internet Explorer 浏览器的 JavaScript 中修复数组 indexOf()
使用百分比宽度进行布局时如何修复 Internet Explorer 7 错误?