Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tamakiii/323967aacaee7ec0087192212445dca1 to your computer and use it in GitHub Desktop.
Save tamakiii/323967aacaee7ec0087192212445dca1 to your computer and use it in GitHub Desktop.

Macの移行アシスタント(Migration Assistant)を使う際の注意点

  • 移行先のOSは最新版でなければならない
  • Yosemite移行の際は/usr/localを移しておく必要がある
  • 途中で強制終了してもストレージを食うので再実行前には消す
  • 画面が暗いままになっていて、強制終了して再起動してもその状態が続くなら、PRAMクリアすふと直るかもしれない(command + option + P + R)
  • rbenvがopenssl云々のエラーで使えない場合は再インストールが必要
  • apple-gcc42が入っていると失敗する
  • brew uninstall apple-gcc42
  • cocoapodsが壊れてるっぽいときはpod setupで直るかも
  • gitも壊れる
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment