0

我的最终目标是能够使用 Elastic Beanstalk 从我们的 github 企业服务器进行 pip 安装。问题是 ec2 实例不信任来自 Network Solutions 的 SSL 证书。

来自 Elastic Beanstalk Python EC2 实例的回溯:

>> git clone https://my.ghe.com/some/repo.git
Cloning into 'squire'...
fatal: unable to access 'https://my.ghe.com/some/repo.git/': Peer's Certificate issuer is not recognized.

我已经尝试了六种可能的修复方法,但都无济于事。有没有人通过https成功克隆?我想避免通过 ssh 进行克隆,所以我不必处理 eb 中的 ssh 密钥。

4

1 回答 1

0

查看有关git config用于禁用 SSL 验证和其他 SSL 覆盖选项的答案:

如何让 git 接受自签名证书?

于 2015-07-10T16:53:23.990 回答