SyntaxFix
Write A Post
Hire A Developer
Questions
Arrived here because my source repo had %20 in it which was creating local folders with %20 in them when using simplistic git clone <url>.
%20
git clone <url>
Easy solution:
git clone https://teamname.visualstudio.com/Project%20Name/_git/Repo%20Name "Repo Name"