我使用在一个git存储库中获得了一个包含分支的tfs存储库,它可以很好地用于几个分支。但是我不能初始化所有的分支,因为:
"C:\tmp\Main>git tfs branch --init --authors=C:\tmp\authors-file.txt $/someproject/Branches/7.2.0 The name of the local branch will be : Branches/7.2.0 error: The root changeset 26907 have not be found in the Git repository. The bra
当前正在尝试将本地git存储库复制到我的2013 TFS服务器。
当我尝试使用这个命令时:git tf configure http://ip:8080/tfs/collection%20name/ $/project
我得到了错误:git-tf: 'http://ip:8080/tfs/collection%20name/' is not a valid URL
TFS集合名称包含一个空格,但据我所知,您可以将其替换为%20,它应该可以工作。
我尝试使用visual studio 2015在远程存储库中发布分支,但返回了以下错误:
The following errors were reported during push:
refs/heads/feature/EricSaboia, TF401021: 'refs/heads/feature/EricSaboia' is not a valid name for a Git ref in this context.
我在TFS存储库中使用Git,但在web上没有找到多少关于它的信息。
发生了什么?