使用 Cocoapods v0.34.4
我的 Podfile 包含以下内容
source 'https://bitbucket.org/MyRepo/My-podspecs.git'
source 'https://github.com/CocoaPods/Specs.git'
当我运行pod install时,我需要为我的 bitbucket 帐户指定用户名/密码。当我在本地运行时这很好,但是我也在使用 XCode Server 和 XCode 6 作为持续集成构建的一部分运行它。在 XCode Server 上,pod install命令失败,因为没有我的凭据它无法访问 bitbucket。
是否可以将我的凭据添加到 Podfile 或任何其他方式来告诉 Cocoapods bitbucket 源 repo 的凭据?