I'm getting this error when running the command below using 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
but the on error message it shows that the file is searched on
C:\ProgramData\chocolatey\lib\Git-TF\Tools\git-tf-2.0.3.20131219**/**lib**/**
with "/"
instead if "\"
I saw similar question and answers on this link: Git-tf unable to find required JAR
BUT, it is not solving my issue.
can anyone assist on this?
thanks.