SourceTree error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version

前端 未结 7 1430
后悔当初
后悔当初 2020-12-29 19:00

I\'m using SourceTree and try to clone from a general github repository, but I got this error:

fatal: unable to access \'https://github.com/mfitzp/15-

7条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-29 19:58

    Check Tools > Options > Git in SourceTree, if you're using Use Embedded Git, you can see the git version is 1.9.5 which is old, latest version of git is 2.16.2.

    So click Use System Git, if you install the newer version of git, after Use system Git it'll show newer version, then try to clone again it should work fine.

    Also see another answer HERE.

提交回复
热议问题