在我的Podfile中,我有这样的操作:
source 'https://github.com/CocoaPods/Specs.git'
source 'git@github.com:xxxxxxx/cocoapods-specs.git'
并且重温:
Unable to add a source with url `git@github.com:xxxxxxx/cocoapods-specs.git`
但是当我将git@github.com
更改为https://github.com
时,一切正常。
您能否分享一下您如何使用git@github.com
类型声明的经验?
我应该使用一些宏吗?
答案 0 :(得分:0)
为了能够使用git@github.com:xxxxxxx/cocoapods-specs.git
样式,您应该添加SSH密钥以验证您的帐户。
您可以在GitHub设置标签中的 SSH和GPG 键部分执行此操作。
要生成SSH密钥请按照link。
进行操作