尝试使用相对于我的设置的路径
执行以下操作git tf clone https://nakedalm.visualstudio.com/DefaultCollection $/TfsExtensions/TfPlugable c:\temp\TfPlugable
cd C:\Users\MrHinsh\Source\Repos\TfPlugable
git remote add tfplugable-tfvc-branch c:\temp\TfPlugable
git pull tfplugable-tfvc-branch master --deep
git checkin
当我使用标签--deep时,它表示"错误:未知选项'深'
使用following blog post应用的方法。