aws codecommit - gnutls_handshake()失败:解密错误

时间:2015-09-17 22:03:38

标签: amazon-web-services aws-codecommit

我正在为我的一个项目尝试amazon codecommit。完成亚马逊在本文档中提到的所有步骤 - http://docs.aws.amazon.com/codecommit/latest/userguide/codecommit-user.pdf

当我尝试克隆存储库时。我收到以下错误。 虽然我有相关gnutl_handshake()错误的答案,但没有找到解密错误。有谁知道为什么会这样?我该如何解决这个问题。

git clone https://git-codecommit.us-east-1.amazonaws.com/v1/repos/mycode code
Cloning into 'code'...
fatal: unable to access 'https://git-codecommit.us-east-1.amazonaws.com/v1/repos/mycode/': gnutls_handshake() failed: Decrypt error

1 个答案:

答案 0 :(得分:3)

这里的问题似乎与gnutls包有关,特别是在代理后工作时连接到HTTPS服务器。有关用openssl替换gnutls的选项,请参阅this article