问题描述:
解决方法:
1. 打开Git Bash 窗口
2.输入以下代码:
git config --global http.sslBackend "opensel"
这里D:/R/R-4.0.2/library/openssl/cacert.pem
是R语言安装位置中的cacert.pem 路径
git config --global http.sslCAInfo D:/R/R-4.0.2/library/openssl/cacert.pem
结果如下:
重新运行R
成功从git中下载R的包,运行成功