我正在尝试在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上并不明确。