How to Clone a TFS Repository with a Hyphen in the name Using git-tf

允我心安 提交于 2019-12-11 09:25:32

问题


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" 

来源:https://stackoverflow.com/questions/19304811/how-to-clone-a-tfs-repository-with-a-hyphen-in-the-name-using-git-tf

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!