菜鸟教程小白 发表于 2022-12-12 21:44:04

ios - 如何通过 Carthage 获取不在 github 上的依赖项?


                                            <p><p>我正在尝试仅使用 carthage 作为依赖项管理器。但是如果项目在 github 上不可用怎么办?为此需要做什么? </p>

<p>谢谢</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>使用 Bitbucket 上的示例,您可以执行以下操作:</p>

<ol>
<li>为帐户设置 SSHkey </li>
<li><p>使用直接 ssh 同步</p>

<pre><code>git &#34;[email protected]:{acct}/{repo}.git&#34;</code></pre> </li>
</ol>

<p>一般来说,该行可用于任何 repo。</p>

<pre><code>git &#34;http://git.mypersonalserver.net/mySource/myrepo.git&#34;
</code></pre></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 如何通过 Carthage 获取不在 github 上的依赖项?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/38914134/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/38914134/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 如何通过 Carthage 获取不在 github 上的依赖项?