我正在使用 git-tfs 克隆 TFS 存储库,这是我过去能够成功完成的。但是在我运行命令时使用当前版本,就像这样......
git tfs clone http://NameOfOurTfsServer:8080/ $/NameOfMyProject -d
...我收到错误代码 128,例如:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Sep.Git.Tfs.Core.GitCommandException: Command exited with error code: 128 at Sep.Git.Tfs.Core.GitHelpers.Close(Process process) in c:\Users\matt\dev\github\git-tfs\GitTfs\Core\GitHelpers.cs:line 205 at Sep.Git.Tfs.Core.GitHelpers.<>c__DisplayClass8.<CommandOutputPipe>b__7() in c:\Users\matt\dev\github\git-tfs\GitTfs\Core\GitHelpers.cs:line 59 [etc.]
这是在 git-tfs 14.0 上。我已经尝试了几个以前版本的 git-tfs,但每个版本都出现相同或相似的错误。
有没有人遇到过这个?你知道修复吗?