iOS Bug---CocoaPods報錯 SSL_ERROR_SYSCALL in connection to github.com:443

從GitHub上down下來的項目,執行命令 $ pod install --no-repo-update 更新CocoaPods時報錯如下:

Error: fatal: unable to access 'https://github.com/xxx/xxx.github.io.git/': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443

解決方法:

在GitHub把倉庫https改爲SSL,重新download一份,然後在更新CocoaPods,就ok了.

 

 

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