LoginSignup
6
3

More than 5 years have passed since last update.

【備忘録】SourceTreeで「fatal: unable to access 'https://github.com/XXX': error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version」となった件

Posted at

はじめに

こんにちは、mucunです。

久しぶりにSourceTreeを動かして、オープンソースをCloneしようとしたら、「fatal: unable to access 'https://github.com/XXX/': error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version」というエラーが出ました。
色々やっていたら解決したので、備忘録として対策方法を書いておきます。

結論「内臓Gitを更新」すればOK

色々と調べた結果、手順としては以下のステップを踏んで、私は解決しました。

① Gitのバージョンを新しいものに更新(https://gitforwindows.org/)
② SourceTreeもバージョン更新(https://www.sourcetreeapp.com/download-archives)
③ 「内臓Gitを更新」

以上です。

③の「内臓Git」については、SourceTreeを起動して、メニューから「ツール→オプション→Git」と進んだ先に、以下のウィンドウに行った先にある「内臓Git」ボタンを押すことで実施できます。

image.png

最後に

オープンソース文化にて、最新のアルゴリズムが簡単に入手できるのは、本当に有難いのですが、媒介ソフトのバージョン更新などには結構苦労しますね。
自らコーディングする方が早い場合は、そうすべきと思いました。

以上、読んで下さった方、ありがとうございました。m(_ _)m

6
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
3