takafumi blog

日々の勉強メモ

2015-04-28から1日間の記事一覧

Git運用 その2 / リモートのリポジトリを一発でcheckout

環境 git version 1.8.3.1リモートにあるリポジトリを一発でローカルに持ってくる方法。例えば $ git branch -a * master remotes/origin/HEAD -> origin/master remotes/origin/master remotes/origin/feature/sample1 remotes/origin/feature/sample2 のと…

vagrantでエラー

環境 CentOS 6.5 vagrantvagrantで立ち上げようとすると、以下のようなエラーが出る。 何度再セットアップしても同じ。 C:/Users/john-doe/.vagrant.d/gems/gems/json-1.8.2/lib/json/common.rb:155:in `encode': "\xEF\xBD" from Windows-31J to UTF-8 (Enc…

CentOS7にHaskell Platform最新版をインストール

環境 CentOS 7.0 haskell platform 2014.2.0.0 基本的に公式のマニュアルに従って実行する。 Haskell Platform for Linux最新のhaskell platformを公式から取得 $ cd / $ wget https://www.haskell.org/platform/download/2014.2.0.0/haskell-platform-2014.…