Mac
brew update - Error: update-report should not be called directly! 해결하기
자유프로그램
2017. 4. 22. 22:01
반응형
brew update - Error: update-report should not be called directly! 해결하기
환경 : OS X El Capitan
참고 : https://github.com/Homebrew/brew/issues/557
<< 문제점 >>
$ brew update
실행했더니.. 에러 발생.....
Error: update-report should not be called directly!
<< 해결책 >>
$ cd "$(brew --repository)" && git fetch && git reset --hard origin/master
입력후 실행하면 ok!!
==> $ brew update
실행하면 잘됨.
반응형