【发布时间】:2021-01-04 12:05:16
【问题描述】:
我要添加到podfile的私有git仓库,例如:
pod 'MyLibrary', :git => 'git@github.com:perfect/top-library.git', :branch => 'data/myLab'
但是当我运行“pod install”命令时,我收到错误:
[!] Error installing MyLibrary
[!] Failed to download 'MyLibrary'.
问题是如何提供我从 git 到 cocoapods 的凭据?
【问题讨论】: