Materializing [マテリアライジング]

About Home

macのgitのバージョンが上がんないから重い腰上げたお話

arata (2019年10月26日 15:08)

git のバージョンが古いままで、brewでアップデートしても反映されない。。

$ which git
/opt/local/bin/git
$ git --version
git version 2.5.0
$ brew list --versions | grep git
git 2.23.0_1
git-ftp 1.5.1_3
git-svn-abandon 0.0.1
$ git --version
git version 2.5.0

えー。。。(;´Д`)

$ ls -l /usr/local/bin/ | grep git
git -> ../Cellar/git/2.23.0_1/bin/git
$ sudo mv /opt/local/bin/git /opt/local/bin/git.bk
$ sudo ln -s /usr/local/bin/git /opt/local/bin/git

変えてみた。

$ which git
/opt/local/bin/git
$ git --version
git version 2.23.0

できた!オワタ!

Materializing [マテリアライジング]

About This Site

基本的には自分のためのNoteって感じでゆるく運営中。
紹介している情報(サイトやWeb制作、CMS解説など)は、どちらかというと初心者向けです。
このサイト自体をWebに関する実験場として、Webの楽しいところや難しいところなど、伝え遺して行けたらなーと思ってます。


Name
新(arata)
Hobby
Driving,PC,Listening Music
Handling
Webサイト(CMS),Programming(PHP,Java),Webグラフィック
Profile Page URL
http://iddy.jp/profile/materializing/
Twitter
Twitter/arata
Other Info
My Profile by iddy

Create with jQuery, jQTouch.


CLOSE