I am trying to clone a TFS repository using git-tfs.
It works great with TFS projects that do not have a place in the name, for example:
git tfs clone http://tfs:8080/ $/TeamProject/folder
But I also have some projects / folders that have both spaces and letter characters:
git tfs clone http://tfs:8080/ $/TeamProject/my swedish Γ₯Àâ folder1/folder2
When I run the command, I get:
The item $/TeamProject/my swedish Γ₯Àâ folder1/folder2 does not exist at the spcified version.
Any suggestion how to fix this?
git clone tfs git-tfs
Zeno
source share