git-TF tfs 2013 无法克隆回购 - Ubuntu

git-TF tfs 2013 Cannot Clone Repo - Ubuntu

Git Repos 的 TFS 2013 路径结构不工作。

我的路径如下: http://tfsserver:8080/tfs/DC/_git/PrjName

所以当我调用以下命令时,它找不到 repo。

git tf clone http://tfsserver:8080/tfs/DC $/_git/PrjName

如果我在 Windows 上使用正常的 git 命令,我可以 运行 以下内容,一切正常。

git 克隆 http://tfsserver:8080/tfs/DC/_git/PrjName

我的路径有什么问题?

我从开发者网站得到了答案。

https://gittf.codeplex.com/workitem/152

"You have a Git repository on a TFS server, while Git-TF is designed to connect o repositories with the traditional TFS version control (i.e. TFVC). You don't need Git-TF in your case. Just use the normal Git."