使用powershell运行以下命令时出现此错误
git tf clone http://mytfsserver:8080/tfs/mycollectionname $/myprojectname
**error:**
*Unable to find a required JAR: C:\ProgramData\chocolatey\lib\Git-TF\Tools\git-tf-2.0.3.20131219/lib/com.microsoft.gittf.client.clc-*.jar does not exist*
the file exists on folder path:
C:\ProgramData\chocolatey\lib\Git-TF\Tools\git-tf-2.0.3.20131219\lib
但是 on 错误消息显示该文件已被搜索
C:\ProgramData\chocolatey\lib\Git-TF\Tools\git-tf-2.0.3.20131219**/**lib**/**
改为"/"
如果"\"
我在这个链接上看到了类似的问题和答案: Git-tf cannot find required JAR
但是,它并没有解决我的问题。
有人可以帮忙吗?
谢谢。