ํ ์ดํ๋ก์ ํธ ์งํํ๋ฉด์ MongoDB๋ฅผ ๋ก์ปฌํ๊ฒฝ์ ์ค์นํ๋ ์์ค์ brew update ๋ช ๋ น์ด๋ฅผ ์คํํ๋๋ ์๋์ ๊ฐ์ด ์๋ฌ๊ฐ ๋ฐ์ํ์ต๋๋ค.
% brew update
==> Updating Homebrew...
fatal: couldn't find remote ref refs/heads/master
Error: Fetching /opt/homebrew/Library/Taps/dart-lang/homebrew-dart failed!
Error: Some taps failed to update!
The following taps can not read their remote branches:
dart-lang/dart
This is happening because the remote branch was renamed or deleted.
Reset taps to point to the correct remote branches by running `brew tap --repair`
์๋ฌ๋ฉ์์ง๋ฅผ ์ฝ์ด๋ณด๋ dart-lang/dart ์ ์๊ฒฉ ๋ธ๋์น๋ฅผ ์ฝ์ ์ ์๋ค๊ณ ํ๋ฉด์ ์ด๋ฆ์ด ๋ณ๊ฒฝ๋๊ฑฐ๋ ์ญ์ ๋์์ํ ๋ brew tap --repair ๋ฅผ ์คํํ๋ผ๊ณ ํ๋ค์. ๊ทธ๋์ dart-lang/dart ๋ฅผ ํ๊ฒ์ผ๋ก ์ฃผ์ด ์คํํ๋..
% brew tap --repair dart-lang/dart
remote: Enumerating objects: 1226, done.
remote: Counting objects: 100% (1226/1226), done.
remote: Compressing objects: 100% (199/199), done.
remote: Total 1226 (delta 1086), reused 1133 (delta 1006), pack-reused 0
Receiving objects: 100% (1226/1226), 193.80 KiB | 1.15 MiB/s, done.
Resolving deltas: 100% (1086/1086), completed with 12 local objects.
From https://github.com/dart-lang/homebrew-dart
* [new branch] dependabot/github_actions/github-actions-9c54b75f35 -> origin/dependabot/github_actions/github-actions-9c54b75f35
* [new branch] dependabot/pub/googleapis-13.2.0 -> origin/dependabot/pub/googleapis-13.2.0
* [new branch] dependabot/pub/test-1.25.7 -> origin/dependabot/pub/test-1.25.7
* [new branch] main -> origin/main
==> dart-lang/dart: changed default branch name from master to main!
์ด๋ ๊ฒ default ๋ธ๋์น๊ฐ master ์์ main ์ผ๋ก ๋ณ๊ฒฝ๋๋ค๊ณ ์น์ ํ ์๋ ค์ค๋๋ค.