I am not able to connect Azure Devops on prem version from visual studio 2019 using manage connections tab. I have received 400 bad request error, I have tried with and without defaultcollection in the end but the response remains the same.
2
Please try using the hostname instead of the ip address to check if it works.
And try to configure the "~DocumentsIISExpressconfigapplicationhost.config" file, set the sites binding:
<binding protocol="http" bindingInformation="ip address:port:host header" />
For more information, you could refer to: https://learn.microsoft.com/en-us/iis/configuration/system.applicationhost/sites/site/bindings/binding#configuration-sample
Follow this steps: Git->Clone Repository Chose the Path where you want to storage the Repo and click on "Browse a Repository"->Azure Devops
This works to me, i hope this could be usefull 🙂
Click here to cancel reply.
2
Answers
Please try using the hostname instead of the ip address to check if it works.
And try to configure the "~DocumentsIISExpressconfigapplicationhost.config" file, set the sites binding:
For more information, you could refer to: https://learn.microsoft.com/en-us/iis/configuration/system.applicationhost/sites/site/bindings/binding#configuration-sample
Follow this steps: Git->Clone Repository
Chose the Path where you want to storage the Repo and click on "Browse a Repository"->Azure Devops
This works to me, i hope this could be usefull 🙂