You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version: master (built from source)
Command: quick-clone http://##srv##:8080/tfs/visualstudio $/
Failure: Der Pfad hat ein ungültiges Format. (The path format is invalid)
I debugged a little bit into it, and found that the exception came from Clone.cs
With the following change, it almost works:
Now it created my repo in .\repo\repo\.git, but except for that little "cosmetic error" cloning worked. I did not yet test anything else. Will probably test commiting tomorrow ...