install_github安装错误解决方法

install.packages('devtools')
library(devtools)
install_github('hdng/clonevol')

Installation failed: Timeout was reached

 

install_github('hdng/clonevol', host = "api.github.com")

successfully

 

转载于:https://www.cnblogs.com/nkwy2012/p/7681231.html

你可能感兴趣的:(install_github安装错误解决方法)