Error while installing package and download Json data from Http - port 443: Connection refused

devtools::install_github("cran/jsonlite")
Error in curl::curl_fetch_memory(url, handle = h) :
Failed to connect to api.github.com port 443: Connection refused

I understood that the firewall is not allowing to get the connection, since pac file is used to for internet access
Is there anyway alternative way to resolve this issue

You can set the proxy using httr::proxy. That's what I've done to install gitHub packages behind our corporate firewall.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.