Unknown SSL protocol error in connection

后端 未结 16 1507
故里飘歌
故里飘歌 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:25

    Setting the following git setting fixed this for me

    git config --global --add http.sslVersion tlsv1.0

    I'm guessing the corporate proxy server did not like the default encryption protocol.

提交回复
热议问题