gpt4 book ai didi

git - 使用 git-tfs 克隆 TFS 存储库

转载 作者:太空狗 更新时间:2023-10-29 13:21:25 25 4
gpt4 key购买 nike

我正在尝试使用 TFS 2013 使用 git-tfs 在 TFS 中克隆一个 GIT 存储库

git tfs clone http://servername:8080/tfs/DCM "$/Python"

给我:

error: the path $/Python you want to clone doesn't exist!

“DCM”是集合的名称,“Python”是项目的名称:

enter image description here

我尝试列出分支:

git tfs list-remote-branches http://servername:8080/tfs/DCM

产生:

No TFS branches were found!

我的直觉是这是一个语法错误,但不确定我做错了什么。

最佳答案

作为“git-tfs”的主要开发者,我很高兴你绝对想使用它!但是这里不需要它;-)

您要克隆的存储库已经是一个 git 存储库(参见 git website 中的红色小 git 图标)。

git-tfs 是一个桥接工具,能够在本地 git 存储库中导入 TFVC 历史记录。

所以,你只需要做一个纯 git 克隆,应该是这样的:

 git clone http://servername:8080/tfs/DCM/Python.git

该 URL 由门户网站在右上角的确切页面上提供。你应该有一个“克隆”按钮......

关于git - 使用 git-tfs 克隆 TFS 存储库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48196850/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com