I'm trying to git tf clone
a project on Visual Studio Online that is using TFVC, I'm running the following command:
git tf clone https://{user-url}.visualstudio.com/DefaultCollection {project_path}
It then asks for a username and password, but when I use my login credentials for Visual Studio Online, it won't log in.
How can I log into Visual Studio Online from the git-tf command line?