【发布时间】:2018-11-23 02:25:01
【问题描述】:
我正在尝试从我们公司的 git 服务器克隆一个 git 存储库并获取:
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.
显然证书有问题,但我不知道去哪里找。也很奇怪,因为我的同事成功检查了存储库。
【问题讨论】:
-
您能否向我们提供您用于克隆 repo 的完整命令(显然要编辑任何敏感信息)
-
我尝试使用 github 桌面应用程序来做到这一点
-
您使用 GitHub 桌面版吗? (不是命令行)
-
我也有同样的问题。
标签: git repository clone