티스토리 뷰
컴퓨터 기본 상식
[mac os/osx/brew]Error: Running Homebrew as root is extremely dangerous and no longer supported.As Homebrew does not drop privileges on installation you would be giving allbuild scripts full access to your system. 해결방법
개발자 고포고 2022. 3. 12. 15:09반응형
macOS업데이트 한 후로 home brew 루트권한 시도 시 다음과 같은 오류 발생
해결 방법은 간단하다.
#bew 소유권을 모두 변경
$ sudo chown -R $(whoami) $(brew --prefix)/*
#root 권한으로 업데이트
$ sudo brew upgrade
이 후 사용이 가능하다.
반응형
'컴퓨터 기본 상식' 카테고리의 다른 글
[Jmeter/과부하 테스트]성능 테스트 Jmeter 초 간단 사용법 (0) | 2022.07.28 |
---|---|
[aws / windows / ftp error] iis ftp 구축시 200 type set to A (0) | 2022.06.29 |
[mac/vscode] xcrun error invalid active developer path 오류 해결(error) (0) | 2022.03.10 |
[ftp/windows] FTP IIS 서버 사용시 한글 허용하는 방법 (0) | 2022.03.03 |
[cmd] MacAddress(물리적 주소) 확인 방법 (0) | 2022.02.16 |
댓글
반응형