我正在使用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
我总是从昨天开始犯错,但仍未找到任何正确的解决方案。
请帮忙。提前谢谢。
答案 0 :(得分:1)
- 使用以下命令安装 Homebrew 。
醇>
/usr/bin/ruby -e "$(curl -fsSL
> https://raw.githubusercontent.com/Homebrew/install/master/install)”
- 使用 - >安装ruby
brew install ruby
sudo gem install cocoapods
- 检查ruby版本 - >
ruby --version
which ruby
- 醇>
pod update