Pod推送无法推送到主仓库

时间:2014-02-25 14:05:25

标签: cocoapods

我正在尝试在Cocoapods上发布podspec。根据文档,我应该能够使用pod spec create [NAME]后跟rake release来发布podspec。在rake release尝试推送到Specs repo之前,一切似乎都很顺利。

Adding the spec to the `master' repo

  $ /opt/local/bin/git status --porcelain 2>&1
 - [No change] IPQuickModal (0.1.2)

Pushing the `master' repo

Username for 'https://github.com': brightredchilli
Password for 'https://brightredchilli@github.com': 
remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/CocoaPods/Specs.git/'

看起来它正试图推进主要的Cocoapods Spec回购,这将有意义为什么它失败。我错过了什么吗?看起来该工具易于使用,但我需要推送访问spec repo。但是,这在doc page上并不明确。

1 个答案:

答案 0 :(得分:1)

要向当前的CocoaPods提交podspec,您必须向specs repo提交拉取请求。目前,除了核心团队之外,没有人可以推送访问。