I\'m trying to setup git-tf bridge on my windows work station. When I try to execute one of the commands it always shows message:
Unable to find a required JAR: C:\\my\\
I'm assuming you use the Git Bash.
You'll need to edit your git-tf bash script and change the line
git-tf
MINGW32_NT*)
to
MINGW*)
because for you, uname -s will probably spit out “MINGW64_NT”.
uname -s