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

前端 未结 16 819
粉色の甜心
粉色の甜心 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:09

    For me the below commands fixed the issue

    Removing cocoapods from mac

     sudo gem uninstall cocoapods
    

    Installing cocoapods on mac

    sudo gem install cocoapods
    

提交回复
热议问题