如何在PhpStorm中添加私有远程git存储库?

时间:2016-07-22 09:40:28

标签: git phpstorm gitlab

这可能看起来像一个愚蠢的问题,但我找不到PhpStorm文档中的信息。

  • 我在GitLab上创建了一个私有的空git存储库。
  • 我使用composer创建了一个本地项目来安装框架。

现在我想将这个本地项目与GitLab上的私有存储库连接。

但是每当我尝试添加遥控器时,我都找不到添加任何凭证凭证的选项,所以很自然它无法告诉我它无法找到遥控器或被拒绝。

我知道还有其他方法可以做到这一点,但很久以前我就已经完成了这样的设置。

1 个答案:

答案 0 :(得分:2)

以下是您通常所做的事情

<android.support.design.widget.TabLayout
android:id="@+id/tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:tabIndicatorColor="@android:color/white" />