Git-tf unable to find required JAR

后端 未结 4 1641
被撕碎了的回忆
被撕碎了的回忆 2021-02-05 03:59

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\\

4条回答
  •  不要未来只要你来
    2021-02-05 04:16

    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”.

提交回复
热议问题