How to Clone a TFS Repository with a Hyphen in the

2019-08-07 06:17发布

问题:

Please help! I've been banging my head against the wall all week on this one! When I attempt to clone an repository with a long dash in its name, I get a repository not found error. I have tried all sorts of ways to escape it with not luck.

Here is my code:

git tf clone -b --branches "<servername>" "$/Tech Consulting – Conversions/Infinity Conversion Tools/Conversion Engine" 
标签: git git-tf