Mac SourceTreeをインストールする

Mac SourceTreeをインストールする

gitのGUIクライアントSourceTreeをMacにインストールするまでの手順を掲載してます。

環境

  • OS Mac OS X 10.15.7
  • git 2.22
  • SourceTree 4.1.0

SourceTreeインストール

brewでインストール可能です。

brew install sourcetree

<出力結果>
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 4 taps (homebrew/core, homebrew/cask, homebrew/services and mongodb/brew).
==> New Formulae
crispy-doom       go@1.15           name-that-hash    pcalc             rdkit             waffle
ghc@9             kubergrunt        open-adventure    projectm          saml2aws          yubikey-agent
==> Updated Formulae
Updated 1214 formulae.
==> Renamed Formulae
ht-rust -> xh
==> Deleted Formulae
avian                                                  geant4
==> New Casks
audiogridder-plugin        fawkes                     megax                      the-archive
audiogridder-server        font-smoothing-adjuster    nault                      wannianli
bleunlock                  forticlient-vpn            opgg                       xournal-plus-plus
bluesnooze                 imdone                     pika                       zecwallet-lite
cinco                      infinity                   redream                    zulufx
cog                        kiwi-for-gmail             rhino
curseforge                 kyokan-bob                 textbuddy
==> Updated Casks
Updated 455 casks.
==> Deleted Casks
kode54-cog                           protonmail-unofficial                rhinoceros
mega                                 racket-cs                            yyets

==> Downloading https://product-downloads.atlassian.com/software/sourcetree/ga/Sourcetree_4.1.0_237.zip
######################################################################## 100.0%
==> Installing Cask sourcetree
==> Moving App 'Sourcetree.app' to '/Applications/Sourcetree.app'
==> Linking Binary 'stree' to '/usr/local/bin/stree'
🍺  sourcetree was successfully installed!

こちらのサイトからダウンロードしてインストールすることも可能です。

SourceTree起動

インストールしたSourceTreeを起動してみます。

URLからクローンしてみます。

新規 > URLからクローンを選択します。

リモートリポジトリのURLを入力して「クローン」ボタンをクリックします。

クローンできました。