osx

brew update 時の Permission denied 解決方法 #Sierra

$ brew update Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. Permission denied (publickey). fatal: Could not read from remote repo…

OS X + Vagrant 1.8.7 で vagrant up できない時の対応 #El Capitan

Vagrant 1.8.7 の curl が壊れているようで vagrant up すると box の取得に失敗します。 $ VAGRANT_LOG=DEBUG vagrant up ... DEBUG subprocess: stderr: dyld: Library not loaded: @rpath/libcurl.4.dylib ...Issues にあるワークアラウンドで解決します…

OS X の OpenSSL をバージョンアップ #El Capitan

OS X の OpenSSL はバージョンが古いので、Homebrew の OpenSSL を使うようにします。 $ openssl version OpenSSL 0.9.8zh 14 Jan 2016 OpenSSL インストール $ brew install openssl Homebrew な OpenSSL を使うための設定 以前は brew link コマンドで、Ho…