LoginSignup
1
1

More than 5 years have passed since last update.

macで最新gitを入れる

Last updated at Posted at 2018-10-13

macでデフォルトで入っているgitがあるけど、最新ではない。
homebrewでインストールしたけど反映してない?とき


# なければ次を作る
touch ~/.bash_profile
touch ~/.bashrc

vim .bash_profile
# これを追記
export PATH="/usr/local/Cellar/git/2.19.1/bin:$PATH"
# iTermを再起動

git --version

参考サイト
HomebrewでGitをインストールする
https://qiita.com/micheleno13/items/133aee005ae37c28960e

1
1
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
1
1