我正在尝试仅使用 carthage 作为依赖项管理器。但是如果项目在 github 上不可用怎么办?为此需要做什么?
谢谢
Best Answer-推荐答案 strong>
使用 Bitbucket 上的示例,您可以执行以下操作:
- 为帐户设置 SSH key
使用直接 ssh 同步
git "[email protected]:{acct}/{repo}.git"
一般来说,该行可用于任何 repo。
git "http://git.mypersonalserver.net/mySource/myrepo.git"
关于ios - 如何通过 Carthage 获取不在 github 上的依赖项?,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/38914134/
|