解決 devtools::install_github 的 SSL/TLS connection failed 問題

使用 devtools 的 install_github 命令安裝一個 R 包報瞭如下錯誤:

Installation failed: schannel: failed to receive handshake, SSL/TLS connection failed

百度了下,[已解決]failed to receive handshake ssl/tls connection failed github,人家是提交代碼,我這是要下載,於是照葫蘆畫瓢,打開本地 Git Bash 窗口,將自己的 cacert.pem 文件路徑替換上去。

完了,再執行下載命令,可以了:

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章