I am trying to clone a git repository from our corporate git server and get:
Cloning into 'C:\git\<name_of_repository>... fatal: unable to access '<corporate_git_server_url>/<name_of_repository>.git/': schannel: CertGetNameString() failed to match connection hostname (<corporate_git_server_url>) against server certificate names. Obviously there is some issue with certificate, but I do not know where to look. Also it is strange as my colleagues successfully checked out the repository.