brew 安装 cocoapods 问题
brew
🍺 The missing package manager for macOS (or Linux)
项目地址:https://gitcode.com/gh_mirrors/br/brew
免费下载资源
·
安装Homebrew
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
选择 1 科技 安装成功
安装 cocoapods
命令执行
brew cleanup -d -v
brew install cocoapods
问题 一:curl: (28) Operation too slow. Less than 100 bytes/sec
transferred the last 5 seconds
解决方案:export HOMEBREW_NO_INSTALL_FROM_API=1
再次执行:brew install cocoapods
问题二:Disable this behaviour by setting
HOMEBREW_NO_INSTALL_CLEANUP
解决方案:export HOMEBREW_NO_INSTALL_CLEANUP=TRUE
再次执行:brew install cocoapods
提示:brew reinstall cocoapods
执行: brew reinstall cocoapods
安装成功
GitHub 加速计划 / br / brew
40.41 K
9.47 K
下载
🍺 The missing package manager for macOS (or Linux)
最近提交(Master分支:1 个月前 )
90a90b30
3 个月前
47b1cab7
3 个月前
更多推荐
已为社区贡献1条内容
所有评论(0)