TeamCoding - create team project - VCS logon failed

I tried to create new Team Project but I am getting the below error. After clicking the three dots, I get the error VCS provider logon failed and I am stuck... Any recommendations what to do? Thanks

Hi Niko,

It sounds like you have the AutoLogin option turned on and are trying to make a Git connection without a valid working directory. Check your Git.INI file within Toad's AppData->User Files folder. For each Git connection, a "WorkDir" will be specified. Check its value to make sure it's defined to an existing folder. Alternatively, set the "AutoLogin" option in that INI file to "0" to disable auto-login. Let us know if that works for you.

Thanks,

-John

Yup, that did the trick. Thanks John