メンチカツ

ロースカツが好きです

2017-02-01から1ヶ月間の記事一覧

brew updateでRepository not foundと言われたら

brew updateしたらそんなリポジトリありませんよ言われました。 > brew update remote: Repository not found. fatal: repository 'https://github.com/peco/homebrew-peco/' not found Error: Fetching /usr/local/Homebrew/Library/Taps/peco/homebrew-pec…

Docker for Macで「com.docker.osx.hyperkit.linux failed to start Exit code 1」

Docker for Macをアップデートしたらこんなエラーが出て起動できなくなった。 調べると、リセットしたほうがイイヨー、アンインストールダヨーって意見が 出てくるんだけど、もうちょっと調べると github.com rm ~/Library/Containers/com.docker.docker/Dat…

MySQLで外部キーを追加しようとしたら「Cannot add foreign key constraint」と怒られた

Sequel Proで外部キーを追加してたら怒られた。 MySQLの応答: Cannot add foreign key constraint こういうときはrootで mysql> SHOW ENGINE INNODB STATUS\G をすると、 ------------------------ LATEST FOREIGN KEY ERROR ------------------------ とい…