如何使用GitHub for Windows 2.0与非GitHub存储库

时间:2014-09-18 06:45:57

标签: github-for-windows

我刚刚安装(而非更新)GitHub for Windows 2.0,对于我的生活,我找不到如何将它与非GitHub存储库一起使用。在过去,我使用this guide毫无问题地完成了此操作。但是在版本2.0中,布局已经改变,我找不到用于克隆不是来自GitHub的repo的UI。我想我必须放到命令行,但我不知道如何使用git。

1 个答案:

答案 0 :(得分:3)

正如您所建议的那样,您可以在命令行上使用Git克隆存储库。为此,您可以执行以下步骤:

  1. 启动Git shell(开始菜单 - > GitHub,Inc-> Windows 7上的Git Shell,我不熟悉Windows 8,但我认为它会在你开始输入“Git Shell”时出现屏幕)
  2. 确保您位于GitHub目录中(C:\ users \\ Documents \ GitHub)。否则使用cd - 命令在那里导航。
  3. 将克隆命令git clone user@domain.com:/path/repository.git与要添加的项目的clone-url一起使用。 (More information about cloning
  4. 启动GitHub for Windows并转到tools and options->Options
  5. 点击Scan for repositories,如果一切正常,您的克隆项目就会显示出来。
  6. 确保选中它并点击Add