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-tfs14.0にあります。以前のバージョンのgit-tfsをいくつか試しましたが、それぞれで同じまたは同様のエラーが発生します。
誰かがこれに遭遇しましたか?修正を知っていますか?