Unknown SSL protocol error in connection

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

    I get the same problem. With the last version of git and no proxy.

    I fixed it:

    • sign in the GitHub
    • enter the interface: "Personal settings", then click "SSH Keys" please confirm whether you have put the 'id_rsa.pub' that generated by the command
    • 'ssh-keygen -t rsa ' on windows into github --> GIT BASH
    • 'Add SSH key' and put the 'id_rsa.pub' into it.

    More info: create the key

    copy the key

提交回复
热议问题