I tried to set my url to unity cloud build as this:
https://myusername:password@host.visualstudio.com/_git/TPS/
and unity cloud build send me an error:
Repo is not accessible. Please check your URL and repo settings.
So how can i fix it?
Not sure about the https URL, but with SSH you do need to specify the port as part of the path:
ssh://whatever@whatever.visualstudio.com:22/_git/repo_name
Likely the same for HTTPS.