Git

mac 初期設定 part4 - Gitをインストール

続いて、HomebrewでGitをインストールします。 ターミナルで $ brew install git と入力。 ==> Summary /usr/local/Cellar/git/1.8.5.3: 1335 files, 29M と表示されて完了。らくちんですね。 で、ターミナルで $ brew doctor して、 Warning: /usr/bin occ…

Yeomanインストール(其の2) Git をインストール

node.js がインストールできたので、調子に乗って「さぁ、Yeomanのインストールだ!」と、いきなり $ npm install yo bower grunt-cli -g コマンドしてみたら、 ・・・〜・・・ npm ERR! System Darwin 10.8.0npm ERR! command "/Users/xxx/.nodebrew/node/v…