繁体   English   中英

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

[英]aws codecommit - gnutls_handshake() failed: Decrypt error

我正在为我的一个项目尝试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

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

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM