While cloning a repo from VSTS i am facing the below error in Visual Studio. "SSL certificate problem" How can i ignore SSL certificate or add that certificate in Visual Studio.
The simple way to ignore certificate validation is calling git config --global http.sslVerify false command.
To trust a certificate, you can try these steps and check the result:
More information: Adding a corporate (or self-signed) certificate authority to git.exe’s store