如何在xcode 9.0中添加git存储库?

时间:2017-08-26 07:09:33

标签: xcode git

我正在尝试在xcode项目中添加远程git存储库,但我无法找到它的选项。获得选项

enter image description here

但期待

enter image description here

有没有其他方法可以将远程存储库添加到项目中?

3 个答案:

答案 0 :(得分:40)

导航到Source Control旁边的Project Navigator标签,然后导航到项目的right click,然后选择Add Existing Remote

enter image description here

然后输入您的远程网址。

enter image description here

答案 1 :(得分:3)

您可以在终端中使用此命令:

git remote add origin https://Your_git_URL.git

答案 2 :(得分:0)

从控制台学习git也非常容易use this作为参考