Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将 VS 2102 与 Git 插件一起使用,但无法通过服务器的选择。我必须选择 Team Foundation Server 吗?我想使用 GitHub。这是怎么做到的?
在 Visual Studio 中,选择菜单项Team/Connect To Team Foundation Server...。
Team/Connect To Team Foundation Server...
然后在Team Explorer - Connect选项卡中,您可以单击Clone,然后输入远程存储库的 URL,例如 GitHub:
Team Explorer - Connect
Clone
然后单击Clone将该存储库克隆到下面文本框中的路径。
现在您可以在新创建的本地存储库中打开解决方案文件。