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

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

    You can try this:

    $sudo rm -fr ~/.cocoapods/repos/master
    $pod setup
    $pod install
    

    but in my case I had to:

    • delete the Podfile.lock and then

    • $pod install

提交回复
热议问题