Skip to content

git unable to access: Error -50 setting GnuTLS cipher list starting with +VERS-TLS1.3:+SRP #22266

Answered by seveas
sudoyang asked this question in New to GitHub
Discussion options

You must be logged in to vote

Hi @sudoyang,

This is not a problem with git or github, but with your local configuration. You’ve set GIT_SSL_CIPHER_LIST or the http.sslCipherlList to something your currently used version of gnutls does not support. When git then tells libcurl to tell gnutls to use this cipher list, gnutls tells curl that it can’t do this, and curl feeds this back to git, which is the error you are seeing.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants