打開本地 Git Bash 窗口畦韭,將自己的 cacert.pem 文件路徑替換上去。
cacert.pem 文件路徑 D:\R\R-4.0.4\library\openssl\cacert.pem
windows轉(zhuǎn)換為git 輸入 D:/R/R-4.0.4/library/openssl/cacert.pem
git bash的安裝
打開git bash 窗口
$ git init
$ git config --global http.sslBackend "openssl"
$ git config --global http.sslCAInfo D:/R/R-4.0.4/library/openssl/cacert.pem
結(jié)束后肛跌,返回R語(yǔ)言界面艺配。
library(devtools)
install_github("example")
library(example)
問(wèn)題解決察郁!