I have a valid git repository on my local drive that I want to push up into an empty TFS project on VSTS. After configuring (using git-tf configure), every attempt to check-in the code is met with: "git-tf: Could not find a valid TFS Collection at https://mytestvsts.visualstudio.com/MyTestProject".
I'm using the check-in command as follows:
$ git-tf checkin --deep --metadata --no-lock --keep-author
The username and password have already been saved as part of the configuration and it appears to be connecting okay.
I'm probably missing something simple here...any ideas?