Unknown SSL protocol error in connection

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

    In many cases it is linked to proxy problems. If so just config your git proxy

    git config --global http.proxy HOST:PORT
    

提交回复
热议问题