无法更新pod。总是得到错误GitHub已关闭

时间:2018-02-28 03:20:15

标签: ios xcode cocoapods

我正在使用pod --version 1.3.1,OS:macOS Sierra(10.12.6)

当我尝试使用以下命令更新pod时:

$ pod update
Update all pods
Updating local specs repositories
[!] Failed to connect to GitHub to update the CocoaPods/Specs specs repo - Please check if you are offline, or that GitHub is down 

我总是从昨天开始犯错,但仍未找到任何正确的解决方案。

请帮忙。提前谢谢。

1 个答案:

答案 0 :(得分:1)

  
      
  1. 使用以下命令安装 Homebrew
  2.   
/usr/bin/ruby -e "$(curl -fsSL
> https://raw.githubusercontent.com/Homebrew/install/master/install)”
  
      
  1. 使用 - >安装ruby brew install ruby
  2.   
  3. sudo gem install cocoapods
  4.   
  5. 检查ruby版本 - > ruby --version
  6.   
  7. which ruby
  8.   
  9. pod update
  10.