tag:crieit.net,2005:https://crieit.net/tags/%23Sourcetree/feed 「#Sourcetree」の記事 - Crieit Crieitでタグ「#Sourcetree」に投稿された最近の記事 2018-12-31T00:23:55+09:00 https://crieit.net/tags/%23Sourcetree/feed tag:crieit.net,2005:PublicArticle/14703 2018-12-31T00:23:55+09:00 2018-12-31T00:23:55+09:00 https://crieit.net/posts/Sourcetree-github-error-1407742E-SSL-routines-SSL23-GET-SERVER-HELLO-tlsv1-alert-protocol-version Sourcetree で github error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version <h1 id="エラー内容"><a href="#%E3%82%A8%E3%83%A9%E3%83%BC%E5%86%85%E5%AE%B9">エラー内容</a></h1> <p>久しぶりに触ったらプルもプッシュもできなくなってしまった。ちなみにWindows版のSourcetreeでBitBucketを利用しています。</p> <p><a href="https://crieit.now.sh/upload_images/9fa10774d217914954a279a96c58a6905c28e177d35a4.png" target="_blank" rel="nofollow noopener"><img src="https://crieit.now.sh/upload_images/9fa10774d217914954a279a96c58a6905c28e177d35a4.png?mw=700" alt="sourcetree01.png" /></a></p> <h1 id="原因"><a href="#%E5%8E%9F%E5%9B%A0">原因</a></h1> <p>未だにSourcetree 2.xを使っていたのがまずいのかと思ったら、原因はGitのバージョンが古い(1.9.5)からでした。2018年3月ぐらいにはもうだめだったみたいですが、自分の環境ではなぜか9月ぐらいまでは大丈夫でした。</p> <h2 id="Sourcetree 内臓の Git をアップデートする"><a href="#Sourcetree+%E5%86%85%E8%87%93%E3%81%AE+Git+%E3%82%92%E3%82%A2%E3%83%83%E3%83%97%E3%83%87%E3%83%BC%E3%83%88%E3%81%99%E3%82%8B">Sourcetree 内臓の Git をアップデートする</a></h2> <p>ツール>オプション>Git タブで「Update Embedded」をクリックするだけです。</p> <blockquote> <p>内臓用の Git を(再)ダウンロードしてもよろしいですか?</p> </blockquote> <p>と聞かれますがOKします。</p> <p><a href="https://crieit.now.sh/upload_images/a25e359adc13c79b9d90058e6c30bba75c28e1dc2c861.png" target="_blank" rel="nofollow noopener"><img src="https://crieit.now.sh/upload_images/a25e359adc13c79b9d90058e6c30bba75c28e1dc2c861.png?mw=700" alt="sourcetree02.png" /></a></p> <p>2.18.0 になり、プルやプッシュでエラーが出なくなりました。</p> <p><a href="https://crieit.now.sh/upload_images/8c8d2fcdc94a862b210f04df4b2fe3d35c28e1fa76308.png" target="_blank" rel="nofollow noopener"><img src="https://crieit.now.sh/upload_images/8c8d2fcdc94a862b210f04df4b2fe3d35c28e1fa76308.png?mw=700" alt="sourcetree03.png" /></a></p> <h1 id="参考サイト"><a href="#%E5%8F%82%E8%80%83%E3%82%B5%E3%82%A4%E3%83%88">参考サイト</a></h1> <ul> <li><a target="_blank" rel="nofollow noopener" href="https://qiita.com/sugasaki/items/3d8e01dc9bb492edad66">Git error:1407742E</a></li> <li><a target="_blank" rel="nofollow noopener" href="https://qiita.com/zeroichi/items/51ba84a548312c2710db">SourceTreeの内臓Gitのバージョンが上がらなかった話</a></li> </ul> ねむすぎ