I am trying to clone an Azure repo into a VM in Azure. My command is: git clone https://dev.azure.com/Prynada/Prynada/_git/Automated_test
. When I run it, it opens an Internet explorer prompt with the URL about:security_git-credential-manager.exe
:
Content within this application coming from the website listed below is being blocked by Internet explorer Enhanced Security Configuration.
Then (as ususal) I press Add and Add, but then I get the alert:
Trusted sites
Sites added to this zone must use the https:// prefix.
How can I preceed to clone my git repo?
I tried deleting the about
and adding https://*
It did not work. I also googled but found nothing.