Search code examples
gittfsgit-tf

Git-tf unable to find required JAR


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\path\to\git-tf/lib/com.microsoft.gittf.client.clc-*jar does not exist.

The problem is that slash changes in the middle of the path from \ is changed to /.

Thanks in advance.


Solution

  • I'm assuming you use the Git Bash.

    You'll need to edit your git-tf bash script and change the line

    MINGW32_NT*)
    

    to

    MINGW*)
    

    because for you, uname -s will probably spit out “MINGW64_NT”.