【FreeBSD】git cloneしたら「Unable to find remote helper for 'https'」って言われる件
クリスマスなのでワンライナー書いてみた
【Play2.2】フィールドコンストラクタを改造してみた
【Play2.2】フォームヘルパーを自作してみた
【Play2.2】Scalaテンプレートファイル内に再利用可能なブロックを定義してみた
【Java】型安全な(Map|List)リテラルのようなものを実装してみた
【FreeBSD】Jail環境でデフォルトのmanをホストと共有する
【FreeBSD】FreeBSDでgit-flowをインストールする
Mac OS Xと同じ。rootで 1 2 wget --no-check-certificate -q -O - https://github.com/nvie/gitflow/raw/develop/contrib/gitflow-installer.sh | bash とやるか、もしくは 1 2 3 curl -L -O https://raw.github.com/nvie/gitflow/develop/contrib/gitflow-installer.sh bash gitflow-installer.sh とする。ちなみに 8.3-RELEASE は pkg_add -r git-flow では入らなかった。 参考 git-fl