web-dev-qa-db-ja.com

brew install使用時のSHA1エラー

具体的には、homebrewを使用してMySQLをインストールしていましたが、このエラーが発生しました。

Error: SHA1 mismatch  
Expected: f218ed64ce6e7a5d3670acdd6a18e5ed95421d1f  
Got: 3a57f6f44186e0dba34ef8b8fb4a9047e9e5d8a3  
Archive: /Users/rdp/Library/Caches/Homebrew/cmake-2.8.7.bottle.tar.gz  
(To retry an incomplete download, remove the file above.)
75
Rose Perrone

私が走った後にすべてがうまくいったbrew update

135
Rose Perrone

Brew updateが失敗した場合、次を試してください

cd `brew --prefix`
git remote add Origin https://github.com/Homebrew/homebrew
git fetch Origin
git reset --hard Origin/master
8
Dayson

私の場合、 https://downloads.sourceforge.net/ctags/ctags-5.8.tar.gz からダウンロードしたファイルは、実際にはhtmlファイルです。実際のファイルをダウンロードし、/Library/Caches/Homebrew/ctags-5.8.tar.gzに配置しました。その後、brew install ctagsを実行すると、すべてが機能します。

1
Zitao Xiong

Octaveへのepstoolの依存関係に関してSteve Sと同じ問題を抱えていたため、次のリンクを見つけました。

https://github.com/Homebrew/homebrew-science/issues/111

上から10ほど下にimlの投稿をチェックしてください(2番目の投稿)。彼が説明したように、私はfedoraproject.orgサイトからそれをダウンロードし、それを/ Library/Caches/Homebrew /ディレクトリに移動しました。

乾杯、

-マーシュ

1
Maashu