개발/기타

brew update 403 forbidden 해결방법 (brew update returns 403 Forbidden while accessing)

남양주개발자 2021. 7. 16. 15:01
728x90
반응형

brew update 403 forbidden 해결방법 (brew update returns 403 Forbidden while accessing)

Homebrew(홈브루)를 활용해 패키지를 설치하려고 했으나 아래 이미지와 같은 에러가 발생했습니다.

brew install ffmpeg

 

디버깅을 위해 검색을 해보니 Homebrew 버전 이슈였고, brew update를 정상적으로 진행하기 위해  메시지에서 나온 GIt 경로의 파일을 받은 후 업데이트를 진행해야 합니다.

Homebrew v3.1.0 replaced Bintray with GitHub packages. Running brew update will update to the newest version of Homebrew and solve this issue.

필자는 업데이트 전 Homebrew 3.0.1 버전

해결방법

git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core fetch --unshallow

brew install --build-from-source python@3.9
brew install ffmpeg

정상적으로 homebrew package가 설치되는 모습

정상적으로 ffmpeg 패키지가 설치된 것을 확인할 수 있습니다.

 

728x90
반응형
그리드형