我正在使用git-tfs克隆TFS存储库,这是我过去能够成功做到的。但是当我运行命令时,使用当前的版本,就像这样.
git tfs clone http://NameOfOurTfsServer:8080/ $/NameOfMyProject -d
...I得到一个错误代码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,但每个版本都有相同或类似的错误。
有人碰到过这个吗?你知道解决办法吗?
https://stackoverflow.com/questions/11056453
复制相似问题