简体   繁体   中英

aws codecommit - gnutls_handshake() failed: Decrypt error

I am trying out amazon codecommit for one of my project. After all the steps mentioned by amazon on this document - http://docs.aws.amazon.com/codecommit/latest/userguide/codecommit-user.pdf

When I am trying to clone the repository. And I am getting the following error. Though I have answers related gnutl_handshake() error, none found have Decrypt error. Does anyone know why this happening? How can I resolve this.

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

The problem here seems to be with the gnutls package, particularly if connecting to an HTTPS server while working behind a proxy. See this article for options to replace gnutls with openssl.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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