POD

pod setup 慢

Git下载超大文件时候设置

git config --global http.postBuffer 542428800


新Mac安装cocopods

1、sudo gem update --system //更新ruby

先更换源:gem sources --addhttps://gems.ruby-china.com/--removehttps://rubygems.org/

2、sudo gem install -n /usr/local/bin cocoapods

3、pod setup

更新cocopods 库  : pod repo update

增加 source 'https://github.com/CocoaPods/Specs.git'

删除 trunk

pod repo remove trunk


gem list 查看pod 版本

卸载pod 低版本

sudo gem uninstall cocoapods

会提示 版本号 选择卸载

pod cache list 查看缓存

清除全部缓存

pod cache clean --all

你可能感兴趣的:(POD)