Cocoapods: Failed to connect to GitHub to update the CocoaPods/Specs specs repo

前端 未结 16 844
粉色の甜心
粉色の甜心 2020-11-30 16:25

When running pod repo update the following error is generated:

Updating spec repo `master`
[!] Failed to connect to GitHub to update the CocoaPo         


        
16条回答
  •  余生分开走
    2020-11-30 17:29

    I was also facing the same problem. I solved it only by accessing two commands from terminal.

    sudo gem uninstall nanaimo

    and then

    sudo gem install nanaimo

    Hope so it will help.

提交回复
热议问题