fatal: unable to access 'https://user@bitbucket.org/user_repos/project_name.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
this is a old issue but I faced this today.
I solved it by using ipv4 instead of ipv6.
just append "-4" in your git command
ex: git clone <git url> -4
this is first time. when I set the ssl certificate on server.
it is showing this error
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you always having this error or is this a one time thing?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.