2014年10月21日火曜日

[Tips] Home brew のupdate

文字化けの対応でnkfが必要になった。
でも、brewのupdateをさぼっていたようでインストール
出来ませんでした。

という訳で、updateから始めました。


ターミナルを開いて、「brew update」を実行します。

$ sudo brew update
Password:


You have not agreed to the Xcode license agreements. You must agree to both license agreements below in order to use Xcode.

Hit the Enter key to view the license agreements at 
'/Applications/Xcode.app/Contents/Resources/English.lproj/License.rtf'
どうも、Xcodeのライセンス確認から必要なようで、
この後、ライセンス条項の確認の後、「agree」と入力。
By typing 'agree' you are agreeing to the terms of the software license agreements. Type 'print' to print them or anything else to cancel, [agree, print, cancel] agree

すると、以下のメッセージが出て完了です。

You can view the license agreements in Xcode's About Box, or at /Applications/Xcode.app/Contents/Resources/English.lproj/License.rtf

Initialized empty Git repository in /usr/local/.git/
remote: Counting objects: 205904, done.
remote: Compressing objects: 100% (168/168), done.
remote: Total 205904 (delta 99), reused 10 (delta 7)
Receiving objects: 100% (205904/205904), 43.93 MiB | 2.22 MiB/s, done.
Resolving deltas: 100% (149156/149156), done.
From https://github.com/Homebrew/homebrew
 * [new branch]      gh-pages   -> origin/gh-pages
 * [new branch]      go         -> origin/go
 * [new branch]      master     -> origin/master
Checking out files: 100% (3345/3345), done.
HEAD is now at f4b4963 libtar: update 1.2.20 bottle.
Already up-to-date.

無事にupdate出来ました。

--
ではここまで

0 件のコメント:

コメントを投稿