【发布时间】:2015-05-01 05:27:55
【问题描述】:
我一直在尝试使用 SSH 密钥从 Gitlab 中提取存储库。所有这些都通过 Ubuntu VM 在 Windows 8 上的命令行中完成。我已将我的公钥添加到我的 Gitlab 帐户,然后将我的私钥添加到 ssh-agent,这样做似乎没有任何错误,但是当我尝试执行 git pull 或 push 时,我遇到了这个问题错误;
fatal: unable to access 'https://git.mgmt.local/XXX/project-name.git/':
server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
这让我直接撞到了墙上......不知道出了什么问题,谁能指出我正确的方向?
【问题讨论】: