Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error: An exception occurred within a child process: ChecksumMismatchError: SHA256 mismatch

I tried to install mongoDB using homebrew, but it's giving me this error :

Error: An exception occurred within a child process:
  ChecksumMismatchError: SHA256 mismatch
Expected: c7214ee7bda3cf9566e8776a8978706d9827c1b09017e17b66a5a4e0c0731e1f
  Actual: 6aa2e0c348e8abeec7931dced1f85d4
like image 620
rithyteng Avatar asked Sep 03 '19 21:09

rithyteng


1 Answers

Fix the sha256 value.

Please run brew edit mongodb-community and change sha256 "c7214ee7bda3cf9566e8776a8978706d9827c1b09017e17b66a5a4e0c0731e1f" to sha256 "6aa2e0c348e8abeec7931dced1f85d4bb161ef209c6af317fe530ea11bbac8f0"

like image 62
Sunhyoup Lee Avatar answered Oct 26 '22 02:10

Sunhyoup Lee