Unknown SSL protocol error in connection

后端 未结 16 1474
故里飘歌
故里飘歌 2020-11-27 15:30

I want to push my commits to a Bitbucket repository but this error occurred:

Fatal: unable to access
\'https://myUsername@bitbucket.org/myUsername/myReposito         


        
16条回答
  •  孤城傲影
    2020-11-27 16:16

    I was able to solve it by running

    git config --list --show-origin
    

    and then seeing that I had a line:

    file:c:/Users/user/.gitconfig http.sslversion=sslv3

    I edited the file, c:/Users/user/.gitconfig, and deleted the line [http] and the line sslversion=sslv3 and that fixed it for me.

提交回复
热议问题