0

私はGit-Tfs(https://github.com/git-tfs/git-tfs)を数か月使用しており、個人のブランチでTFSをエスケープする機能が大好きです。今日まで。

必要なものをすべてプルできますが、チェックイン(git tfs checkintoolまたはgit tfs checkin)しようとすると、チェックインしようとしているファイルが一覧表示され、何もせずにプロンプ​​トに戻されます。

これをデバッグするにはどうすればよいですか?

4

2 に答える 2

1

For each command you use, you could use the option -d to see the debug trace and perhaps spot the problem. Fell free to report your problem with the debug trace (or see if it's already reported), here : https://github.com/git-tfs/git-tfs/issues

But the better thing to do is to get the source code, compile your version and debug the command which fail. Some help : https://github.com/git-tfs/git-tfs/wiki

于 2013-01-31T11:52:24.930 に答える
0

問題は、フォルダ名の大文字と小文字の違いであることが判明しました。同じフォルダーレターケースで操作をやり直しましたが、うまくいきました

https://github.com/git-tfs/git-tfs/issues/133#issuecomment-12895684

于 2013-01-31T16:54:18.233 に答える